diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2016-05-12 20:47:03 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2016-05-12 20:47:03 (GMT) |
commit | 18ad868b231754e4da03c79828e8b18a2d63c80a (patch) | |
tree | b1d25c0dd14fc2cfb50108a53e55f103488719c1 /src/H5Dpkg.h | |
parent | 92806fb5e6778373638c29d36ef3e4c1c1ac3ab0 (diff) | |
download | hdf5-18ad868b231754e4da03c79828e8b18a2d63c80a.zip hdf5-18ad868b231754e4da03c79828e8b18a2d63c80a.tar.gz hdf5-18ad868b231754e4da03c79828e8b18a2d63c80a.tar.bz2 |
[svn-r29924] Description:
Bring h5format_convert tool from revise_chunks branch to trunk.
Tested on:
MacoSX/64 10.11.4 (amazon) w/serial, parallel & production
(h5committest forthcoming)
Diffstat (limited to 'src/H5Dpkg.h')
-rw-r--r-- | src/H5Dpkg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h index c0b8b28..3b2727f 100644 --- a/src/H5Dpkg.h +++ b/src/H5Dpkg.h @@ -583,6 +583,9 @@ H5_DLL herr_t H5D__mark(const H5D_t *dataset, hid_t dxpl_id, unsigned flags); H5_DLL herr_t H5D_set_io_info_dxpls(H5D_io_info_t *io_info, hid_t dxpl_id); #endif /* H5_DEBUG_BUILD */ +/* To convert a dataset's chunk indexing type to v1 B-tree */ +H5_DLL herr_t H5D__format_convert(H5D_t *dataset, hid_t dxpl_id); + /* Internal I/O routines */ 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, @@ -675,6 +678,7 @@ H5_DLL herr_t H5D__chunk_direct_write(const H5D_t *dset, hid_t dxpl_id, uint32_t #ifdef H5D_CHUNK_DEBUG H5_DLL herr_t H5D__chunk_stats(const H5D_t *dset, hbool_t headers); #endif /* H5D_CHUNK_DEBUG */ +H5_DLL herr_t H5D__chunk_format_convert(H5D_t *dset, H5D_chk_idx_info_t *idx_info, H5D_chk_idx_info_t *new_idx_info); /* Functions that operate on compact dataset storage */ H5_DLL herr_t H5D__compact_fill(const H5D_t *dset, hid_t dxpl_id); |