summaryrefslogtreecommitdiffstats
path: root/src/H5Olayout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Olayout.c')
-rw-r--r--src/H5Olayout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Olayout.c b/src/H5Olayout.c
index fc1eeae..b9a41ec 100644
--- a/src/H5Olayout.c
+++ b/src/H5Olayout.c
@@ -51,6 +51,7 @@ const H5O_class_t H5O_LAYOUT[1] = {{
H5O_layout_reset, /*reset method */
H5O_layout_free, /*free the struct */
H5O_layout_delete, /* file delete method */
+ NULL, /* link method */
NULL, /*get share method */
NULL, /*set share method */
H5O_layout_debug, /*debug the message */