summaryrefslogtreecommitdiffstats
path: root/src/H5ACprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5ACprivate.h')
-rw-r--r--src/H5ACprivate.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/H5ACprivate.h b/src/H5ACprivate.h
index 40ab9ab..bbbcf11 100644
--- a/src/H5ACprivate.h
+++ b/src/H5ACprivate.h
@@ -225,17 +225,7 @@ extern hid_t H5AC_ind_dxpl_id;
/* int epochs_before_eviction = */ 3, \
/* hbool_t apply_empty_reserve = */ TRUE, \
/* double empty_reserve = */ 0.1, \
- /* int dirty_bytes_threshold = */ (256 * 1024), \
- /* The following fields are not used by H5AC or H5C -- they exist here */ \
- /* because they are used by H5AC2 and H5C2, and including them here */ \
- /* us to avoid duplicating the user level cache configuration code. */ \
- /* hbool_t enable_journaling = */ FALSE, \
- /* char journal_file_path[] = */ "", \
- /* hbool_t journal_recovered = */ FALSE, \
- /* size_t jbrb_buf_size = */ (8 * 1024), \
- /* int jbrb_num_bufs = */ 2, \
- /* hbool_t jbrb_use_aio = */ FALSE, \
- /* hbool_t jbrb_human_readable = */ TRUE \
+ /* int dirty_bytes_threshold = */ (256 * 1024) \
}