summaryrefslogtreecommitdiffstats
path: root/src/H5Dpkg.h
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2019-12-03 23:27:17 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:20:19 (GMT)
commitd00c5685b608fbb951f9398495951ee072375232 (patch)
treeb11f87cd8162e9b38417ca718d71601b298a924e /src/H5Dpkg.h
parent44e8fe048b692950efd70b020a413791e4621f10 (diff)
downloadhdf5-d00c5685b608fbb951f9398495951ee072375232.zip
hdf5-d00c5685b608fbb951f9398495951ee072375232.tar.gz
hdf5-d00c5685b608fbb951f9398495951ee072375232.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;