summaryrefslogtreecommitdiffstats
path: root/src/H5Dpkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Dpkg.h')
-rw-r--r--src/H5Dpkg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h
index 651f2b8..30efde1 100644
--- a/src/H5Dpkg.h
+++ b/src/H5Dpkg.h
@@ -174,7 +174,8 @@ typedef struct H5D_shared_t {
} H5D_shared_t;
struct H5D_t {
- H5G_entry_t ent; /* cached object header stuff */
+ H5O_loc_t oloc; /* Object header location */
+ H5G_name_t path; /* Group hierarchy path */
H5D_shared_t *shared; /* cached information from file */
};