summaryrefslogtreecommitdiffstats
path: root/src/H5C2public.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2008-05-30 18:49:06 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2008-05-30 18:49:06 (GMT)
commit06af1e93904ef055947df07069e4267489c85c91 (patch)
tree9a0b0cdb8aac1e36107dfd1a5a41fa22395f36e4 /src/H5C2public.h
parent3feb937df27957a81d63add35c8ba1044a06e167 (diff)
downloadhdf5-06af1e93904ef055947df07069e4267489c85c91.zip
hdf5-06af1e93904ef055947df07069e4267489c85c91.tar.gz
hdf5-06af1e93904ef055947df07069e4267489c85c91.tar.bz2
[svn-r15106] purpose:
new feature. Description: Added H5Pset_fapl_journal() to provide an API to turn journal on. This is just a preliminary implementation. More features will be added later when they are available. Tested: h5committest.
Diffstat (limited to 'src/H5C2public.h')
-rw-r--r--src/H5C2public.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5C2public.h b/src/H5C2public.h
index d293ccb..6416d12 100644
--- a/src/H5C2public.h
+++ b/src/H5C2public.h
@@ -30,6 +30,7 @@
/* Public headers needed by this file */
#include "H5public.h"
+#include "H5Fpublic.h" /*for H5Pset_fapl_journal */
#ifdef __cplusplus
extern "C" {
@@ -56,6 +57,8 @@ enum H5C2_cache_decr_mode
H5C2_decr__age_out_with_threshold
};
+H5_DLL herr_t H5Pset_fapl_journal(hid_t fapl_id, const char *journal_file);
+
#ifdef __cplusplus
}
#endif