summaryrefslogtreecommitdiffstats
path: root/src/H5PBprivate.h
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-07-15 21:47:07 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-07-15 21:47:07 (GMT)
commitc66f7d5b65c3cff222b52f3bbc58f655f59205c4 (patch)
treeb33a0b822aabdd7cb20fe3e9fe68b7023a6da48d /src/H5PBprivate.h
parent0e9f3038d220d4781a0718332782673f5133a3ec (diff)
parentc9d8f3e4f145bfdbdf72579075999ed0b84275c7 (diff)
downloadhdf5-c66f7d5b65c3cff222b52f3bbc58f655f59205c4.zip
hdf5-c66f7d5b65c3cff222b52f3bbc58f655f59205c4.tar.gz
hdf5-c66f7d5b65c3cff222b52f3bbc58f655f59205c4.tar.bz2
Merge branch 'feature/vfd_swmr' into may-merge-mainzer-to-mine
Diffstat (limited to 'src/H5PBprivate.h')
-rw-r--r--src/H5PBprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5PBprivate.h b/src/H5PBprivate.h
index 32e681e..97de7ae 100644
--- a/src/H5PBprivate.h
+++ b/src/H5PBprivate.h
@@ -628,6 +628,7 @@ typedef struct H5PB_t {
int64_t flushes[H5PB__NUM_STAT_TYPES];
int64_t evictions[H5PB__NUM_STAT_TYPES];
int64_t clears[H5PB__NUM_STAT_TYPES];
+ uint64_t access_size_count[6];
int64_t max_lru_len;
int64_t max_lru_size;
int64_t lru_md_skips;