summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-08-17 17:54:07 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-08-17 17:54:07 (GMT)
commit32a1188bbd648e981615a388a8ca011df76fa1e0 (patch)
tree7df1dee94f272b1334a0497fc8a1d63b2a601907 /src/H5Fpkg.h
parent5d8c5849e5a3fe2b6a1e7c7d218da301edcc8f09 (diff)
downloadhdf5-32a1188bbd648e981615a388a8ca011df76fa1e0.zip
hdf5-32a1188bbd648e981615a388a8ca011df76fa1e0.tar.gz
hdf5-32a1188bbd648e981615a388a8ca011df76fa1e0.tar.bz2
Adds fix for H5Fstart_swmr_write lock issue
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index ff44536..294687c 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -382,6 +382,7 @@ struct H5F_t {
hbool_t closing; /* File is in the process of being closed */
struct H5F_t *parent; /* Parent file that this file is mounted to */
unsigned nmounts; /* Number of children mounted to this file */
+ hbool_t use_file_locking; /* Whether or not to use file locking */
};