summaryrefslogtreecommitdiffstats
path: root/src/H5Oginfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Oginfo.c')
-rw-r--r--src/H5Oginfo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Oginfo.c b/src/H5Oginfo.c
index d8a75c1..152f5d3 100644
--- a/src/H5Oginfo.c
+++ b/src/H5Oginfo.c
@@ -62,6 +62,8 @@ const H5O_msg_class_t H5O_MSG_GINFO[1] = {{
NULL, /* pre copy native value to file */
NULL, /* copy native value to file */
NULL, /* post copy native value to file */
+ NULL, /* get creation index */
+ NULL, /* set creation index */
H5O_ginfo_debug /*debug the message */
}};