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