diff options
Diffstat (limited to 'src/H5Oefl.c')
-rw-r--r-- | src/H5Oefl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Oefl.c b/src/H5Oefl.c index eb6e6cf..7564e7f 100644 --- a/src/H5Oefl.c +++ b/src/H5Oefl.c @@ -53,6 +53,7 @@ const H5O_msg_class_t H5O_MSG_EFL[1] = {{ NULL, /* link method */ NULL, /*get share method */ NULL, /*set share method */ + NULL, /*can share method */ NULL, /*is shared method */ NULL, /* pre copy native value to file */ H5O_efl_copy_file, /* copy native value to file */ |