summaryrefslogtreecommitdiffstats
path: root/src/H5FFprivate.h
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2016-11-18 23:16:43 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2016-11-18 23:16:43 (GMT)
commit9752f525152eab4d959f109797ffd941d438d62f (patch)
tree378e4c12847f45b3f0b5e1e4eb4e05351136ea1a /src/H5FFprivate.h
parent3c05e6725c8e889b64c8645f36ce6d3cdcc34d11 (diff)
downloadhdf5-9752f525152eab4d959f109797ffd941d438d62f.zip
hdf5-9752f525152eab4d959f109797ffd941d438d62f.tar.gz
hdf5-9752f525152eab4d959f109797ffd941d438d62f.tar.bz2
Improve transaction support, add H5Fcreate_ff, H5Fopen_ff, H5Fclose_ff.
Diffstat (limited to 'src/H5FFprivate.h')
-rwxr-xr-xsrc/H5FFprivate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5FFprivate.h b/src/H5FFprivate.h
index cfbb49e..7345b80 100755
--- a/src/H5FFprivate.h
+++ b/src/H5FFprivate.h
@@ -32,6 +32,10 @@
/* DXPL property to store the transaction ID from the FF wrappers */
#define H5VL_TRANS_ID "transaction_id"
+/* property to tell the VOL plugin to acquire a transaction on the container
+ * when the file is created or opened */
+#define H5VL_ACQUIRE_TR_ID "acquire_transaction"
+
/****************************/
/* Library Private Typedefs */
/****************************/