summaryrefslogtreecommitdiffstats
path: root/src/H5Bpkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Bpkg.h')
-rw-r--r--src/H5Bpkg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5Bpkg.h b/src/H5Bpkg.h
index fb93b8a..41e0951 100644
--- a/src/H5Bpkg.h
+++ b/src/H5Bpkg.h
@@ -73,6 +73,9 @@ typedef struct H5B_cache_ud_t {
/* Package Private Variables */
/*****************************/
+/* H5B header inherits cache-like properties from H5AC */
+H5_DLLVAR const H5AC_class_t H5AC_BT[1];
+
/* Declare a free list to manage the haddr_t sequence information */
H5FL_SEQ_EXTERN(haddr_t);