diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2017-11-30 17:56:43 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2017-11-30 17:56:43 (GMT) |
commit | c0021b348d01e4c87645224fc308697e39c95029 (patch) | |
tree | 95407c4ed37e450b4eeecf6dd59f23daeba2ebb9 /src/H5Dpkg.h | |
parent | 4d4eb4cd5cc64d47f46fd944fd9b9548d38c86be (diff) | |
download | hdf5-c0021b348d01e4c87645224fc308697e39c95029.zip hdf5-c0021b348d01e4c87645224fc308697e39c95029.tar.gz hdf5-c0021b348d01e4c87645224fc308697e39c95029.tar.bz2 |
Normalization with VOL integration branch.
Diffstat (limited to 'src/H5Dpkg.h')
-rw-r--r-- | src/H5Dpkg.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h index beb1089..542abd0 100644 --- a/src/H5Dpkg.h +++ b/src/H5Dpkg.h @@ -598,6 +598,8 @@ 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, + 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, void *buf/*out*/); |