summaryrefslogtreecommitdiffstats
path: root/src/H5Gpublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Gpublic.h')
-rw-r--r--src/H5Gpublic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Gpublic.h b/src/H5Gpublic.h
index 88b6c45..9526904 100644
--- a/src/H5Gpublic.h
+++ b/src/H5Gpublic.h
@@ -71,8 +71,8 @@ typedef enum H5G_obj_t {
/* Information about an object */
typedef struct H5G_stat_t {
- unsigned long fileno[2]; /*file number */
- unsigned long objno[2]; /*object number */
+ unsigned long fileno; /*file number */
+ haddr_t objno; /*object number */
unsigned nlink; /*number of hard links to object*/
H5G_obj_t type; /*basic object type */
time_t mtime; /*modification time */