summaryrefslogtreecommitdiffstats
path: root/src/H5Dpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2016-04-03 09:18:25 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2016-04-03 09:18:25 (GMT)
commit86f401d7407e3070cfa04359d4d04335addb83c7 (patch)
treec3b49b8b46940dacc808109e4250626ee770a9e8 /src/H5Dpkg.h
parent3cd705e56e6ef13c3423df68bb12704d483409ae (diff)
downloadhdf5-86f401d7407e3070cfa04359d4d04335addb83c7.zip
hdf5-86f401d7407e3070cfa04359d4d04335addb83c7.tar.gz
hdf5-86f401d7407e3070cfa04359d4d04335addb83c7.tar.bz2
[svn-r29614] Description:
Bring updated code for setting chunk size information from revise_chunks branch. 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h
index 66c4773..8fc5cac 100644
--- a/src/H5Dpkg.h
+++ b/src/H5Dpkg.h
@@ -622,6 +622,7 @@ H5_DLL herr_t H5D__chunk_update_old_edge_chunks(H5D_t *dset, hid_t dxpl_id,
hsize_t old_dim[]);
H5_DLL herr_t H5D__chunk_prune_by_extent(H5D_t *dset, hid_t dxpl_id,
const hsize_t *old_dim);
+H5_DLL herr_t H5D__chunk_set_sizes(H5D_t *dset);
#ifdef H5_HAVE_PARALLEL
H5_DLL herr_t H5D__chunk_addrmap(const H5D_io_info_t *io_info, haddr_t chunk_addr[]);
#endif /* H5_HAVE_PARALLEL */