diff options
Diffstat (limited to 'src/H5Ofill.c')
-rw-r--r-- | src/H5Ofill.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5Ofill.c b/src/H5Ofill.c index ea08489..62b8625 100644 --- a/src/H5Ofill.c +++ b/src/H5Ofill.c @@ -71,6 +71,8 @@ const H5O_msg_class_t H5O_MSG_FILL[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_fill_debug /*debug the message */ }}; @@ -94,6 +96,8 @@ const H5O_msg_class_t H5O_MSG_FILL_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_fill_new_debug /*debug the message */ }}; |