summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorJohn Mainzer <mainzer@hdfgroup.org>2008-08-08 10:55:21 (GMT)
committerJohn Mainzer <mainzer@hdfgroup.org>2008-08-08 10:55:21 (GMT)
commite36116f962b815ff485f2c964f99483a1af069b6 (patch)
tree8689421d05f99568d2743f580dce835cb9c53ec1 /src/H5Fpkg.h
parent2228cc83933f742122a399811017ecb581eeb84f (diff)
downloadhdf5-e36116f962b815ff485f2c964f99483a1af069b6.zip
hdf5-e36116f962b815ff485f2c964f99483a1af069b6.tar.gz
hdf5-e36116f962b815ff485f2c964f99483a1af069b6.tar.bz2
[svn-r15452] Reworked journaling control code to remove journaling configuration
from the H5AC2_cache_config_t structure and the associated H5P/H5Fget/set_mdc_config() API calls, and into the newly created H5AC2_jnl_config_t structure and H5P/H5Fget/set_jnl_config() calls. Updated test code accordingly. Updated the trace file test code for journaling. Also folded in a fix to an assertion bug in H5C2pkh.h Tested serial on Phoenix and Linew, and parallel (with and without the trace file enabled) on kagiso.
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) */