summaryrefslogtreecommitdiffstats
path: root/src/H5Dpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-07-31 05:09:11 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-07-31 05:09:11 (GMT)
commit3816a02c03bd24fc2f13bce1081e02cdb8949b48 (patch)
treea9d4284c4e487c8cb5d091f2512e56fff17f5167 /src/H5Dpkg.h
parent92b1407a53c1de3a1ec2fdc19fc3f40b6b8c2483 (diff)
downloadhdf5-3816a02c03bd24fc2f13bce1081e02cdb8949b48.zip
hdf5-3816a02c03bd24fc2f13bce1081e02cdb8949b48.tar.gz
hdf5-3816a02c03bd24fc2f13bce1081e02cdb8949b48.tar.bz2
[svn-r17286] Description:
Bring r17284 from trunk to 1.8 branch: Remove unneccessary dest. layout information from chunked dataset copying routine. Tested on: Mac OS X/32 10.5.7 (amazon) debug & production h5committested on trunk
Diffstat (limited to 'src/H5Dpkg.h')
-rw-r--r--src/H5Dpkg.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h
index fc31ea6..df7dd51 100644
--- a/src/H5Dpkg.h
+++ b/src/H5Dpkg.h
@@ -618,9 +618,8 @@ H5_DLL herr_t H5D_chunk_addrmap(const H5D_io_info_t *io_info, haddr_t chunk_addr
H5_DLL herr_t H5D_chunk_update_cache(H5D_t *dset, hid_t dxpl_id);
H5_DLL herr_t H5D_chunk_copy(H5F_t *f_src, H5O_storage_chunk_t *storage_src,
H5O_layout_chunk_t *layout_src, H5F_t *f_dst, H5O_storage_chunk_t *storage_dst,
- H5O_layout_chunk_t *layout_dst, const H5S_extent_t *ds_extent_src,
- const H5T_t *dt_src, const H5O_pline_t *pline_src,
- H5O_copy_t *cpy_info, hid_t dxpl_id);
+ const H5S_extent_t *ds_extent_src, const H5T_t *dt_src,
+ const H5O_pline_t *pline_src, H5O_copy_t *cpy_info, hid_t dxpl_id);
H5_DLL herr_t H5D_chunk_bh_info(H5F_t *f, hid_t dxpl_id, H5O_layout_t *layout,
const H5O_pline_t *pline, hsize_t *btree_size);
H5_DLL herr_t H5D_chunk_dump_index(H5D_t *dset, hid_t dxpl_id, FILE *stream);