diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-12-11 20:44:30 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-12-11 20:44:30 (GMT) |
commit | 95e96246a67593776da863c88837c6cb0b7d0058 (patch) | |
tree | cc42c40fb1c7a1b7553a078b70a8b3d959418ff4 /src/H5Dpkg.h | |
parent | 9deb5267ca482050288d993bd67d1ec3064cdfb1 (diff) | |
download | hdf5-95e96246a67593776da863c88837c6cb0b7d0058.zip hdf5-95e96246a67593776da863c88837c6cb0b7d0058.tar.gz hdf5-95e96246a67593776da863c88837c6cb0b7d0058.tar.bz2 |
HDFFV-9724 Initial changes and test
Diffstat (limited to 'src/H5Dpkg.h')
-rw-r--r-- | src/H5Dpkg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h index 542abd0..45f2d3a 100644 --- a/src/H5Dpkg.h +++ b/src/H5Dpkg.h @@ -476,6 +476,7 @@ typedef struct H5D_shared_t { H5D_append_flush_t append_flush; /* Append flush property information */ char *extfile_prefix; /* expanded external file prefix */ + char *vds_prefix; /* expanded vds prefix */ } H5D_shared_t; struct H5D_t { @@ -598,7 +599,7 @@ H5_DLL herr_t H5D_set_io_info_dxpls(H5D_io_info_t *io_info, hid_t dxpl_id); H5_DLL herr_t H5D__format_convert(H5D_t *dataset, hid_t dxpl_id); /* Internal I/O routines */ -H5_DLL herr_t H5D__pre_write(H5D_t *dset, hbool_t direct_write, hid_t mem_type_id, +H5_DLL herr_t H5D__pre_write(H5D_t *dset, hbool_t direct_write, hid_t mem_type_id, const H5S_t *mem_space, const H5S_t *file_space, hid_t dxpl_id, const void *buf); H5_DLL herr_t H5D__read(H5D_t *dataset, hid_t mem_type_id, const H5S_t *mem_space, const H5S_t *file_space, hid_t dset_xfer_plist, |