diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-07-02 21:17:02 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-07-02 21:17:02 (GMT) |
commit | b0df711c3c1a31d8ddfc6600308b42ee81c8a27f (patch) | |
tree | 2882be3f917c6ae660b7168dd27082e64833987e /src/H5Dprivate.h | |
parent | 55a945c985692dfd2c8e1b2915d413b1b704905a (diff) | |
download | hdf5-b0df711c3c1a31d8ddfc6600308b42ee81c8a27f.zip hdf5-b0df711c3c1a31d8ddfc6600308b42ee81c8a27f.tar.gz hdf5-b0df711c3c1a31d8ddfc6600308b42ee81c8a27f.tar.bz2 |
[svn-r17147] Description:
Bring r17146 from trunk to 1.8 branch:
Bring a bunch of misc. improvements & tweaks from the revise_chunks
branch back to the trunk, so that future merges won't be so painful.
Tested on:
FreeBSd/32 6.3 (duty)
(h5committested on trunk)
Diffstat (limited to 'src/H5Dprivate.h')
-rw-r--r-- | src/H5Dprivate.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/H5Dprivate.h b/src/H5Dprivate.h index 7c78d71..ad9c795 100644 --- a/src/H5Dprivate.h +++ b/src/H5Dprivate.h @@ -166,8 +166,9 @@ H5_DLL herr_t H5D_contig_delete(H5F_t *f, hid_t dxpl_id, const H5O_layout_t *layout); /* Functions that operate on chunked storage */ -H5_DLL herr_t H5D_chunk_idx_reset(H5O_layout_t *layout); -H5_DLL herr_t H5D_chunk_delete(H5F_t *f, hid_t dxpl_id, H5O_layout_t *layout); +H5_DLL herr_t H5D_chunk_idx_reset(H5O_layout_t *layout, hbool_t reset_addr); +H5_DLL herr_t H5D_chunk_delete(H5F_t *f, hid_t dxpl_id, H5O_t *oh, + H5O_layout_t *layout); /* Functions that operate on indexed storage */ H5_DLL herr_t H5D_btree_debug(H5F_t *f, hid_t dxpl_id, haddr_t addr, FILE * stream, |