summaryrefslogtreecommitdiffstats
path: root/src/H5VLiod.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2013-06-14 00:30:20 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2013-06-14 00:30:20 (GMT)
commit373038013ea82651f9fe587a0439cab710ede0b8 (patch)
treee61a32d511c5c6c3f56fbfccf0840ea244c2a308 /src/H5VLiod.h
parent07ccc1ab5a7c1de2b2a49ff1890ee8153663a47e (diff)
downloadhdf5-373038013ea82651f9fe587a0439cab710ede0b8.zip
hdf5-373038013ea82651f9fe587a0439cab710ede0b8.tar.gz
hdf5-373038013ea82651f9fe587a0439cab710ede0b8.tar.bz2
[svn-r23769] add property to indicate append
add a new version of checksum algorithm to correctly save the state other updates...
Diffstat (limited to 'src/H5VLiod.h')
-rw-r--r--src/H5VLiod.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5VLiod.h b/src/H5VLiod.h
index 773f51b..a813f59 100644
--- a/src/H5VLiod.h
+++ b/src/H5VLiod.h
@@ -51,6 +51,7 @@ extern "C" {
#define H5D_XFER_INJECT_BAD_CHECKSUM_NAME "inject_bad_checksum"
#define H5D_XFER_CHECKSUM_NAME "checksum"
+#define H5D_XFER_APPEND_ONLY_NAME "append_only"
H5_DLL H5VL_class_t *H5VL_iod_init(void);
H5_DLL herr_t H5Pset_fapl_iod(hid_t fapl_id, MPI_Comm comm, MPI_Info info);
@@ -61,6 +62,8 @@ H5_DLL herr_t H5Pset_dxpl_checksum(hid_t dxpl_id, uint32_t flag);
H5_DLL herr_t H5Pget_dxpl_checksum(hid_t dxpl_id, uint32_t *flag);
H5_DLL herr_t H5Pset_dxpl_inject_bad_checksum(hid_t dxpl_id, hbool_t flag);
H5_DLL herr_t H5Pget_dxpl_inject_bad_checksum(hid_t dxpl_id, hbool_t *flag);
+H5_DLL herr_t H5Pset_dxpl_append_only(hid_t dxpl_id, hbool_t flag);
+H5_DLL herr_t H5Pget_dxpl_append_only(hid_t dxpl_id, hbool_t *flag);
#endif /* H5_HAVE_EFF */
#ifdef __cplusplus