summaryrefslogtreecommitdiffstats
path: root/src/H5Dpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-11-10 14:51:30 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-11-10 14:51:30 (GMT)
commit9601db2b2b4ec2550b30ae7156ee53be3d6d02b2 (patch)
tree72cc45a80d99a5be7eea01b2796f7a85cc473a14 /src/H5Dpkg.h
parent1dc74b6177e2b5b7245a3146d13876954e8f80f9 (diff)
downloadhdf5-9601db2b2b4ec2550b30ae7156ee53be3d6d02b2.zip
hdf5-9601db2b2b4ec2550b30ae7156ee53be3d6d02b2.tar.gz
hdf5-9601db2b2b4ec2550b30ae7156ee53be3d6d02b2.tar.bz2
[svn-r14248] synced fast_append branch with trunk (bring over general dataset append record speed improvements)
Diffstat (limited to 'src/H5Dpkg.h')
-rw-r--r--src/H5Dpkg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h
index cdcc362..34a32ee 100644
--- a/src/H5Dpkg.h
+++ b/src/H5Dpkg.h
@@ -154,6 +154,7 @@ typedef struct H5D_shared_t {
hid_t type_id; /* ID for dataset's datatype */
H5T_t *type; /* datatype of this dataset */
H5S_t *space; /* dataspace of this dataset */
+ hbool_t space_dirty; /* Whether the dataspace info needs to be flushed to the file */
hid_t dcpl_id; /* dataset creation property id */
H5D_dcpl_cache_t dcpl_cache; /* Cached DCPL values */
H5D_io_ops_t io_ops; /* I/O operations */