summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-08-27 09:42:18 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-08-27 09:42:18 (GMT)
commit68cd4eea0e450eb0b8e6e6313c31b612d1019a4f (patch)
tree7f1559870897f5d9df15981710684d2646f23649 /src/H5Fpkg.h
parent3bcbce5538eb334948311c5afeaef7c050056dca (diff)
parent6e8c48182fe463721f23597b64127863291cb35a (diff)
downloadhdf5-68cd4eea0e450eb0b8e6e6313c31b612d1019a4f.zip
hdf5-68cd4eea0e450eb0b8e6e6313c31b612d1019a4f.tar.gz
hdf5-68cd4eea0e450eb0b8e6e6313c31b612d1019a4f.tar.bz2
Merge branch 'develop' into H5Pset_fapl_mpi
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 42c9a828..7e89111 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -309,6 +309,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 closing; /* File is in the process of being closed */
/* Cached VOL connector ID & info */
hid_t vol_id; /* ID of VOL connector for the container */