diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2015-08-19 16:45:36 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2015-08-19 16:45:36 (GMT) |
commit | b1dcfc7a84e5e804c84426fc6fa10d323c7f3b24 (patch) | |
tree | 998dc51207112e849bca58e0770fc9731de6f2a6 /src/H5Oprivate.h | |
parent | 6909d2033f0d7d87c9fc03dfc778ea3e9437032a (diff) | |
download | hdf5-b1dcfc7a84e5e804c84426fc6fa10d323c7f3b24.zip hdf5-b1dcfc7a84e5e804c84426fc6fa10d323c7f3b24.tar.gz hdf5-b1dcfc7a84e5e804c84426fc6fa10d323c7f3b24.tar.bz2 |
[svn-r27528] Modify printf implementation to not open source datasets that were previously
opened when calculating the VDS extent, instead assuming they still exist.
Tested: ummon
Diffstat (limited to 'src/H5Oprivate.h')
-rw-r--r-- | src/H5Oprivate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Oprivate.h b/src/H5Oprivate.h index c5e3f8b..77a11cd 100644 --- a/src/H5Oprivate.h +++ b/src/H5Oprivate.h @@ -426,6 +426,7 @@ typedef struct H5O_storage_virtual_srcdset_t { struct H5S_t *clipped_source_select; /* Clipped version of source_select */ struct H5S_t *clipped_virtual_select; /* Clipped version of virtual_select */ struct H5D_t *dset; /* Source dataset */ + hbool_t dset_exists; /* Whether the dataset exists (was opened successfully) */ /* Temporary - only used during I/O operation, NULL at all other times */ struct H5S_t *projected_mem_space; /* Selection within mem_space for this mapping */ |