summaryrefslogtreecommitdiffstats
path: root/src/H5Dpkg.h
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2017-05-12 04:32:07 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2017-05-12 04:32:07 (GMT)
commit839bbd544a8cf11184e0d8429778ebf45c522d10 (patch)
treeff27d094517c6e1c119f038babe853271fc69ffe /src/H5Dpkg.h
parent13a3f09a931539ff5606a586a9668ffbf749d40b (diff)
downloadhdf5-839bbd544a8cf11184e0d8429778ebf45c522d10.zip
hdf5-839bbd544a8cf11184e0d8429778ebf45c522d10.tar.gz
hdf5-839bbd544a8cf11184e0d8429778ebf45c522d10.tar.bz2
Fix for HDFFV-10051
Fix for issue #2 reported in HDFFV-10051: The layout "dirty" flag for a compact dataset is not reset properly after flusing the data at dataset close. --Reset the "dirty" flag before flushing the message. Issue #1 reported in HDFFV-10051 is not a problem for 1.8.
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 91cf5f3..13d7284 100644
--- a/src/H5Dpkg.h
+++ b/src/H5Dpkg.h
@@ -714,6 +714,7 @@ H5_DLL htri_t H5D__mpio_opt_possible(const H5D_io_info_t *io_info,
#ifdef H5D_TESTING
H5_DLL herr_t H5D__layout_version_test(hid_t did, unsigned *version);
H5_DLL herr_t H5D__layout_contig_size_test(hid_t did, hsize_t *size);
+H5_DLL herr_t H5D__layout_compact_dirty_test(hid_t did, hbool_t *dirty);
H5_DLL herr_t H5D__current_cache_size_test(hid_t did, size_t *nbytes_used, int *nused);
#endif /* H5D_TESTING */