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 a0a75c8..e3febe1 100644
--- a/src/H5Bcache.c
+++ b/src/H5Bcache.c
@@ -81,6 +81,7 @@ const H5AC_class_t H5AC_BT[1] = {{
NULL, /* 'notify' callback */
H5B__cache_free_icr, /* 'free_icr' callback */
NULL, /* 'fsf_size' callback */
+ NULL, /* VFD SWMR 'refresh' callback */
}};
/*******************/