summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-08-18 03:08:55 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-08-18 03:08:55 (GMT)
commitdfd5e0bf3e5e360786143bf0486d52120342ef14 (patch)
tree462f6da5d3fe75d02e1a08b0089e0c6c2b3b5fcd /src/H5Fpkg.h
parent30574df1655e212721746db9a21fd432503eb5c1 (diff)
downloadhdf5-dfd5e0bf3e5e360786143bf0486d52120342ef14.zip
hdf5-dfd5e0bf3e5e360786143bf0486d52120342ef14.tar.gz
hdf5-dfd5e0bf3e5e360786143bf0486d52120342ef14.tar.bz2
Brings H5Fstart_swmr_write changes from develop
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index 7122d36..cc37d19 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 */
/* File space allocation information */
H5F_fspace_strategy_t fs_strategy; /* File space handling strategy */
@@ -373,7 +374,6 @@ 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 */
#ifdef H5_HAVE_PARALLEL
H5P_coll_md_read_flag_t coll_md_read; /* Do all metadata reads collectively */
hbool_t coll_md_write; /* Do all metadata writes collectively */