summaryrefslogtreecommitdiffstats
path: root/src/H5Bcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Bcache.c')
-rw-r--r--src/H5Bcache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Bcache.c b/src/H5Bcache.c
index 9765552..99930e6 100644
--- a/src/H5Bcache.c
+++ b/src/H5Bcache.c
@@ -71,6 +71,7 @@ const H5AC_class_t H5AC_BT[1] = {{
(H5AC_flush_func_t)H5B_flush,
(H5AC_dest_func_t)H5B_dest,
(H5AC_clear_func_t)H5B_clear,
+ (H5AC_notify_func_t)NULL,
(H5AC_size_func_t)H5B_compute_size,
}};