diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2015-05-05 20:15:40 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2015-05-05 20:15:40 (GMT) |
commit | 8fe3dfbf9410ad5acabeaeb187bfb5f7b489042e (patch) | |
tree | 393d8485ce30da4ef690f7a1f7fc20a30347d9e4 /src/H5Dpkg.h | |
parent | 8ba06cb15e5bab3b49f210ff6d635d35fc4ed1ec (diff) | |
download | hdf5-8fe3dfbf9410ad5acabeaeb187bfb5f7b489042e.zip hdf5-8fe3dfbf9410ad5acabeaeb187bfb5f7b489042e.tar.gz hdf5-8fe3dfbf9410ad5acabeaeb187bfb5f7b489042e.tar.bz2 |
[svn-r27022] Add new functions H5Pset_virtual_dataspace_bounds and
H5Pget_virtual_dataspace_bounds.
Minor refactor of dataset initialization code to make this cleaner.
Update h5_vds-percival-unlim-maxmin.c
Other minor fixes/cleanup.
Tested: ummon
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 978936b..d3cea4c 100644 --- a/src/H5Dpkg.h +++ b/src/H5Dpkg.h @@ -666,6 +666,8 @@ 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, 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); H5_DLL hbool_t H5D__virtual_is_space_alloc(const H5O_storage_t *storage); /* Functions that operate on EFL (External File List)*/ |