summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index 2e34e64..64da334 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -99,6 +99,11 @@ typedef struct H5F_file_t {
/* metadata cache. This structure is */
/* fixed at creation time and should */
/* not change thereafter. */
+ H5AC2_jnl_config_t
+ initJnlCfg; /* Initial journaling configuration for */
+ /* the file. At least in its initial */
+ /* incarnation, this structure contains */
+ /* only metadata journaling config data */
hid_t fcpl_id; /* File creation property list ID */
H5F_close_degree_t fc_degree; /* File close behavior degree */
size_t rdcc_nelmts; /* Size of raw data chunk cache (elmts) */