summaryrefslogtreecommitdiffstats
path: root/src/H5Fpublic.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2017-03-22 22:07:34 (GMT)
committerlrknox <lrknox>2017-03-23 05:04:49 (GMT)
commit9ab96feda6f6a980fe53d01fb786f0a1dab8bab7 (patch)
tree1828a5690c291ef47b17d0676428c0832ab88f14 /src/H5Fpublic.h
parenta533dba4d1589273c890606f665aa06b69fdfa4c (diff)
downloadhdf5-9ab96feda6f6a980fe53d01fb786f0a1dab8bab7.zip
hdf5-9ab96feda6f6a980fe53d01fb786f0a1dab8bab7.tar.gz
hdf5-9ab96feda6f6a980fe53d01fb786f0a1dab8bab7.tar.bz2
Merge pull request #361 in HDFFV/hdf5 from merge_h5clear_revert to develop
* commit '46c9ab600de491657520897322b75659c3bdfb5f': Minor style cleanups Revert "Switch h5clear for cache images to use existing H5Pget_cache_image_config()"
Diffstat (limited to 'src/H5Fpublic.h')
-rw-r--r--src/H5Fpublic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Fpublic.h b/src/H5Fpublic.h
index f87aaad..84c0d38 100644
--- a/src/H5Fpublic.h
+++ b/src/H5Fpublic.h
@@ -267,6 +267,7 @@ H5_DLL herr_t H5Fformat_convert(hid_t fid);
H5_DLL herr_t H5Freset_page_buffering_stats(hid_t file_id);
H5_DLL herr_t H5Fget_page_buffering_stats(hid_t file_id, unsigned accesses[2],
unsigned hits[2], unsigned misses[2], unsigned evictions[2], unsigned bypasses[2]);
+H5_DLL herr_t H5Fget_mdc_image_info(hid_t file_id, haddr_t *image_addr, hsize_t *image_size);
#ifdef H5_HAVE_PARALLEL
H5_DLL herr_t H5Fset_mpi_atomicity(hid_t file_id, hbool_t flag);