diff options
author | lrknox <lrknox> | 2017-05-16 15:33:09 (GMT) |
---|---|---|
committer | lrknox <lrknox> | 2017-05-16 15:33:09 (GMT) |
commit | 197b461bceee6b066ba7560766644ad2a26c361c (patch) | |
tree | c8e4b32b2f29ed95c2344917de15f979290161b2 /src/H5Dpkg.h | |
parent | 583952ed15819fc86897301774b91151129ad08e (diff) | |
parent | f5ee10c94f9c178393cca8c560ec73991159aa9f (diff) | |
download | hdf5-197b461bceee6b066ba7560766644ad2a26c361c.zip hdf5-197b461bceee6b066ba7560766644ad2a26c361c.tar.gz hdf5-197b461bceee6b066ba7560766644ad2a26c361c.tar.bz2 |
Merge branch 'hdf5_1_8' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_8
Diffstat (limited to 'src/H5Dpkg.h')
-rw-r--r-- | src/H5Dpkg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Dpkg.h b/src/H5Dpkg.h index b5ad673..8eaa1a4 100644 --- a/src/H5Dpkg.h +++ b/src/H5Dpkg.h @@ -712,6 +712,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 */ |