summaryrefslogtreecommitdiffstats
path: root/src/H5Sprivate.h
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2015-04-29 17:04:10 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2015-04-29 17:04:10 (GMT)
commitf395c2bb032888fbca30de953b41b44517d49089 (patch)
tree966ae5c4bef94e01fd7096e03e23c6d681ecbb4a /src/H5Sprivate.h
parenta9b2e360653988b417f390e0a66d486fa775f3a2 (diff)
downloadhdf5-f395c2bb032888fbca30de953b41b44517d49089.zip
hdf5-f395c2bb032888fbca30de953b41b44517d49089.tar.gz
hdf5-f395c2bb032888fbca30de953b41b44517d49089.tar.bz2
[svn-r26967] Refactor VDS unlimited dimension code to correctly handle case where selections
have discrete blocks and the extent is set by the minimum (untested, and there is still no way to set that preference). Tested: ummon
Diffstat (limited to 'src/H5Sprivate.h')
-rw-r--r--src/H5Sprivate.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5Sprivate.h b/src/H5Sprivate.h
index ebfa88e..2900839 100644
--- a/src/H5Sprivate.h
+++ b/src/H5Sprivate.h
@@ -269,7 +269,8 @@ H5_DLL herr_t H5S_hyper_denormalize_offset(H5S_t *space, const hssize_t *old_off
H5_DLL herr_t H5S_hyper_clip_unlim(H5S_t *space, hsize_t clip_size);
H5_DLL herr_t H5S_hyper_clip_to_extent(H5S_t *space);
H5_DLL herr_t H5S_hyper_get_clip_extent(const H5S_t *clip_space,
- const H5S_t *match_space, hsize_t *clip_space_unlim_extent);
+ const H5S_t *match_space, hsize_t *clip_size,
+ hsize_t *clip_size_incl_trail);
/* Operations on selection iterators */
H5_DLL herr_t H5S_select_iter_init(H5S_sel_iter_t *iter, const H5S_t *space, size_t elmt_size);