diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2019-12-03 23:27:17 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2019-12-05 22:11:30 (GMT) |
commit | 12ac0587e7b9b18a56907aa78f68c084dd5b51b4 (patch) | |
tree | 974cf7416c7d556ba53fd77ef63773097bc7aff6 /src/H5Dpkg.h | |
parent | ca34de56cd336f58c4bcf4ac9e1460f898fba3c9 (diff) | |
download | hdf5-12ac0587e7b9b18a56907aa78f68c084dd5b51b4.zip hdf5-12ac0587e7b9b18a56907aa78f68c084dd5b51b4.tar.gz hdf5-12ac0587e7b9b18a56907aa78f68c084dd5b51b4.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.h | 1 |
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; |