summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorJohn Mainzer <mainzer@hdfgroup.org>2007-11-21 18:59:36 (GMT)
committerJohn Mainzer <mainzer@hdfgroup.org>2007-11-21 18:59:36 (GMT)
commit78e8f7638a7cc69010f00dc8073361d498b16e52 (patch)
treed25d99ac31cbe744baf64d5206206e69d9763060 /src/H5Fpkg.h
parent3c4b17719895c8737439ad34f7630a0cf376cf49 (diff)
downloadhdf5-78e8f7638a7cc69010f00dc8073361d498b16e52.zip
hdf5-78e8f7638a7cc69010f00dc8073361d498b16e52.tar.gz
hdf5-78e8f7638a7cc69010f00dc8073361d498b16e52.tar.bz2
[svn-r14281] Initial checking for code additions / modifications for the metadata
journaling branch. This version may not compile.
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index a104e61..3e13b0d 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -41,6 +41,7 @@
#include "H5Gprivate.h" /* Groups */
#include "H5Oprivate.h" /* Object header messages */
#include "H5RCprivate.h" /* Reference counted object functions */
+#include "H5AC2private.h" /* cache */
/*
* Feature: Define this constant on the compiler command-line if you want to
@@ -90,6 +91,7 @@ typedef struct H5F_file_t {
hbool_t fam_to_sec2; /* Is h5repart changing driver from family to sec2 */
H5AC_t *cache; /* The object cache */
+ H5AC2_t *cache2; /* test cache */
H5AC_cache_config_t
mdc_initCacheCfg; /* initial configuration for the */
/* metadata cache. This structure is */