diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2015-07-02 17:04:19 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2015-07-02 17:04:19 (GMT) |
commit | 3c4dd5fa530555ab8a0d4c84d3d880aafe158346 (patch) | |
tree | bc664a21890174154b0ee4c372907952c4518931 /src/H5Dpkg.h | |
parent | 364c193744a84058038b54f4ae08317aee081b55 (diff) | |
download | hdf5-3c4dd5fa530555ab8a0d4c84d3d880aafe158346.zip hdf5-3c4dd5fa530555ab8a0d4c84d3d880aafe158346.tar.gz hdf5-3c4dd5fa530555ab8a0d4c84d3d880aafe158346.tar.bz2 |
[svn-r27323] Implement support for H5Dflush for VDS.
Implement support for H5Ocopy on VDS.
Testing for H5Ocopy on VDS.
Fix check-vfd failure.
Other minor fixes/cleanup.
Note there is a preexisting failure in h5repack testing.
Tested: ummon
Diffstat (limited to 'src/H5Dpkg.h')
-rw-r--r-- | src/H5Dpkg.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h index 6a0b15e..44e119c 100644 --- a/src/H5Dpkg.h +++ b/src/H5Dpkg.h @@ -662,9 +662,7 @@ H5_DLL herr_t H5D__virtual_copy_layout(H5O_layout_t *layout); H5_DLL herr_t H5D__virtual_set_extent_unlim(const H5D_t *dset, hid_t dxpl_id); H5_DLL herr_t H5D__virtual_reset_layout(H5O_layout_t *layout); H5_DLL herr_t H5D__virtual_delete(H5F_t *f, hid_t dxpl_id, H5O_storage_t *storage); -H5_DLL herr_t H5D__virtual_copy(H5F_t *f_src, - const H5O_storage_virtual_t *storage_src, H5F_t *f_dst, - H5O_storage_virtual_t *storage_dst, H5T_t *dt_src, H5O_copy_t *cpy_info, +H5_DLL herr_t H5D__virtual_copy(H5F_t *f_src, H5O_layout_t *layout_dst, hid_t dxpl_id); H5_DLL herr_t H5D__virtual_init(H5F_t *f, hid_t dxpl_id, const H5D_t *dset, hid_t dapl_id); |