summaryrefslogtreecommitdiffstats
path: root/src/H5Gpkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Gpkg.h')
-rw-r--r--src/H5Gpkg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5Gpkg.h b/src/H5Gpkg.h
index 36a18f9..f970b2d 100644
--- a/src/H5Gpkg.h
+++ b/src/H5Gpkg.h
@@ -32,6 +32,7 @@
/* Other private headers needed by this file */
#include "H5ACprivate.h" /* Metadata cache */
+#include "H5Oprivate.h" /* Object headers */
/*
* A symbol table node is a collection of symbol table entries. It can
@@ -113,7 +114,7 @@ typedef struct H5G_bt_ud2_t {
*/
typedef struct H5G_bt_ud3_t {
/* downward */
- H5G_entry_t *ent; /*the entry of group being queried */
+ const H5O_stab_t *mesg; /*the symbol table message of group being queried */
hsize_t idx; /*index of group member to be queried */
hsize_t num_objs; /*the number of objects having been traversed*/