diff options
Diffstat (limited to 'src/H5Omtime.c')
-rw-r--r-- | src/H5Omtime.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Omtime.c b/src/H5Omtime.c index b1d7496..0f56ee1 100644 --- a/src/H5Omtime.c +++ b/src/H5Omtime.c @@ -58,6 +58,7 @@ const H5O_class_t H5O_MTIME[1] = {{ H5O_mtime_reset, /* reset method */ H5O_mtime_free, /* free method */ NULL, /* file delete method */ + NULL, /* link method */ NULL, /*get share method */ NULL, /*set share method */ H5O_mtime_debug, /*debug the message */ @@ -76,6 +77,7 @@ const H5O_class_t H5O_MTIME_NEW[1] = {{ H5O_mtime_reset, /* reset method */ H5O_mtime_free, /* free method */ NULL, /* file delete method */ + NULL, /* link method */ NULL, /*get share method */ NULL, /*set share method */ H5O_mtime_debug, /*debug the message */ |