summaryrefslogtreecommitdiffstats
path: root/src/H5FFprivate.h
diff options
context:
space:
mode:
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 */
/****************************/