diff options
Diffstat (limited to 'src/H5Omtime.c')
-rw-r--r-- | src/H5Omtime.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5Omtime.c b/src/H5Omtime.c index ccff078..77d9c87 100644 --- a/src/H5Omtime.c +++ b/src/H5Omtime.c @@ -65,6 +65,8 @@ const H5O_msg_class_t H5O_MSG_MTIME[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_mtime_debug /*debug the message */ }}; @@ -89,6 +91,8 @@ const H5O_msg_class_t H5O_MSG_MTIME_NEW[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_mtime_debug /*debug the message */ }}; |