diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-08-27 17:36:03 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-08-27 17:36:03 (GMT) |
commit | 3d7a0dc6d5dcf6f4989287fa1138507099ef71c0 (patch) | |
tree | 03a693fb2b216bdfef01d79bb3cfd8ee83457f0d /src/H5Fpkg.h | |
parent | f4d03432a4f6392caa5948e88a851a532626d255 (diff) | |
parent | a38a286be16b0162c28b2a3fe30234f9b9449df8 (diff) | |
download | hdf5-3d7a0dc6d5dcf6f4989287fa1138507099ef71c0.zip hdf5-3d7a0dc6d5dcf6f4989287fa1138507099ef71c0.tar.gz hdf5-3d7a0dc6d5dcf6f4989287fa1138507099ef71c0.tar.bz2 |
Merge branch 'develop' into develop_minor
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r-- | src/H5Fpkg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h index ff44536..30306d8 100644 --- a/src/H5Fpkg.h +++ b/src/H5Fpkg.h @@ -306,6 +306,7 @@ struct H5F_shared_t { struct H5G_t *root_grp; /* Open root group */ H5FO_t *open_objs; /* Open objects in file */ H5UC_t *grp_btree_shared; /* Ref-counted group B-tree node info */ + hbool_t use_file_locking; /* Whether or not to use file locking */ hbool_t closing; /* File is in the process of being closed */ /* Cached VOL connector ID & info */ |