summaryrefslogtreecommitdiffstats
path: root/src/H5Dpkg.h
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2019-12-03 23:27:17 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2019-12-06 22:43:36 (GMT)
commitaefd0cbc60eeed3319776f76f0cde889072cc31b (patch)
tree960ea99970f5de9890ecfc3cd58e81651027c8da /src/H5Dpkg.h
parent62e6349eabb00c69fa69aab0fbe34cdc092d072f (diff)
downloadhdf5-aefd0cbc60eeed3319776f76f0cde889072cc31b.zip
hdf5-aefd0cbc60eeed3319776f76f0cde889072cc31b.tar.gz
hdf5-aefd0cbc60eeed3319776f76f0cde889072cc31b.tar.bz2
Implement support for using H5Dvlen_get_buf_size with
non-native VOL connectors.
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 ff43880..02121e6 100644
--- a/src/H5Dpkg.h
+++ b/src/H5Dpkg.h
@@ -524,6 +524,7 @@ typedef struct {
void *fl_tbuf; /* Ptr to the temporary buffer we are using for fixed-length data */
void *vl_tbuf; /* Ptr to the temporary buffer we are using for VL data */
hsize_t size; /* Accumulated number of bytes for the selection */
+ hid_t dxpl_id; /* Dataset transfer property list to pass to dataset read */
} H5D_vlen_bufsize_t;