summaryrefslogtreecommitdiffstats
path: root/src/H5Oprivate.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/H5Oprivate.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/H5Oprivate.h')
-rw-r--r--src/H5Oprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Oprivate.h b/src/H5Oprivate.h
index 74cc9a4..0211093 100644
--- a/src/H5Oprivate.h
+++ b/src/H5Oprivate.h
@@ -433,6 +433,7 @@ typedef struct H5O_storage_virtual_ent_t {
hsize_t unlim_extent_source; /* Extent of unlimited dimension in source dset last time virtual_select was patched to match selection */
hsize_t unlim_extent_virtual; /* Extent of unlimited dimension in virtual dset last time source_select was patched to match selection */
hsize_t clip_size_virtual; /* Size selection would be clipped to in virtual selection, ignoring other mappings, when source extent == unlim_extent_source */
+ hsize_t clip_size_virtual_incl_trail; /* Like above, but includes gap after last block */
hsize_t clip_size_source; /* Size selection would be clipped to in source selection when virtual extent == unlim_extent_virtual */
H5O_virtual_space_status_t source_space_status; /* Extent patching status of source_select */
H5O_virtual_space_status_t virtual_space_status; /* Extent patching status of virtual_select */