summaryrefslogtreecommitdiffstats
path: root/src/H5Dpkg.h
diff options
context:
space:
mode:
authorChris Hogan <chogan@hdfgroup.org>2019-12-02 22:47:49 (GMT)
committerChris Hogan <chogan@hdfgroup.org>2019-12-02 23:00:18 (GMT)
commit9856644d76686d5a3d4a6d801477ea12bbef2ba4 (patch)
tree24f4db4bd200a80f1ad8aecc017342ae42e89f68 /src/H5Dpkg.h
parent91b2ae219cd631798f95f0a94e793f2a2366b618 (diff)
downloadhdf5-9856644d76686d5a3d4a6d801477ea12bbef2ba4.zip
hdf5-9856644d76686d5a3d4a6d801477ea12bbef2ba4.tar.gz
hdf5-9856644d76686d5a3d4a6d801477ea12bbef2ba4.tar.bz2
Add changes from PR #2049 to 1.10
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 d4fd34d..f44b250 100644
--- a/src/H5Dpkg.h
+++ b/src/H5Dpkg.h
@@ -439,6 +439,7 @@ struct H5D_shared_t {
H5T_t *type; /* Datatype for this dataset */
H5S_t *space; /* Dataspace of this dataset */
hid_t dcpl_id; /* Dataset creation property id */
+ hid_t dapl_id; /* Dataset access property id */
H5D_dcpl_cache_t dcpl_cache; /* Cached DCPL values */
H5O_layout_t layout; /* Data layout */
hbool_t checked_filters;/* TRUE if dataset passes can_apply check */