diff options
Diffstat (limited to 'src/H5Oattr.c')
-rw-r--r-- | src/H5Oattr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Oattr.c b/src/H5Oattr.c index 037239f..c29c19e 100644 --- a/src/H5Oattr.c +++ b/src/H5Oattr.c @@ -57,6 +57,7 @@ const H5O_msg_class_t H5O_MSG_ATTR[1] = {{ NULL /* H5O_attr_link */, /* link method */ H5O_attr_get_share, /* get share method */ H5O_attr_set_share, /* set share method */ + NULL, /*can share method */ H5O_attr_is_shared, /*is shared method */ H5O_attr_pre_copy_file, /* pre copy native value to file */ H5O_attr_copy_file, /* copy native value to file */ |