diff options
Diffstat (limited to 'src/H5Obogus.c')
-rw-r--r-- | src/H5Obogus.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Obogus.c b/src/H5Obogus.c index 21a983e..627977e 100644 --- a/src/H5Obogus.c +++ b/src/H5Obogus.c @@ -63,6 +63,8 @@ const H5O_msg_class_t H5O_MSG_BOGUS[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_bogus_debug /*debug the message */ }}; |