summaryrefslogtreecommitdiffstats
path: root/src/H5Ocache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Ocache.c')
-rw-r--r--src/H5Ocache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Ocache.c b/src/H5Ocache.c
index 551eca8..6c86681 100644
--- a/src/H5Ocache.c
+++ b/src/H5Ocache.c
@@ -98,6 +98,7 @@ const H5AC_class_t H5AC_OHDR[1] = {{
(H5AC_flush_func_t)H5O_flush,
(H5AC_dest_func_t)H5O_dest,
(H5AC_clear_func_t)H5O_clear,
+ (H5AC_notify_func_t)NULL,
(H5AC_size_func_t)H5O_size,
}};