summaryrefslogtreecommitdiffstats
path: root/src/H5Fprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r--src/H5Fprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h
index f671635..601543c 100644
--- a/src/H5Fprivate.h
+++ b/src/H5Fprivate.h
@@ -522,6 +522,7 @@ typedef struct H5F_t H5F_t;
/* hbool_t vfd_swmr_writer = */ FALSE, \
/* hbool_t flush_raw_data = */ FALSE, \
/* int32_t md_pages_reserved = */ 0, \
+ /* int32_t pb_expansion_threshold = */ 0, \
/* char md_file_path[] = */ "", \
/* char log_file_path[] = */ "" \
}