summaryrefslogtreecommitdiffstats
path: root/src/H5Cprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2017-03-22 16:58:40 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2017-03-22 16:58:40 (GMT)
commit9c606c3d901f4190e456730266f25b0a65c88ab9 (patch)
tree41b9bfa18b2c784c0bcdcc02e75b986e95a50641 /src/H5Cprivate.h
parentf09abb150e965200ac1b06a5bc4b374d8969776c (diff)
downloadhdf5-9c606c3d901f4190e456730266f25b0a65c88ab9.zip
hdf5-9c606c3d901f4190e456730266f25b0a65c88ab9.tar.gz
hdf5-9c606c3d901f4190e456730266f25b0a65c88ab9.tar.bz2
Revert "Switch h5clear for cache images to use existing H5Pget_cache_image_config()"
This reverts commit dd5105fc9912c77f6d6074700d83e5e8282e86c9.
Diffstat (limited to 'src/H5Cprivate.h')
-rw-r--r--src/H5Cprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Cprivate.h b/src/H5Cprivate.h
index 539dece..bdfb23e 100644
--- a/src/H5Cprivate.h
+++ b/src/H5Cprivate.h
@@ -2321,6 +2321,7 @@ H5_DLL herr_t H5C_remove_entry(void *thing);
H5_DLL herr_t H5C_cache_image_status(H5F_t * f, hbool_t *load_ci_ptr,
hbool_t *write_ci_ptr);
H5_DLL hbool_t H5C_cache_image_pending(const H5C_t *cache_ptr);
+H5_DLL herr_t H5C_get_mdc_image_info(H5C_t *cache_ptr, haddr_t *image_addr, hsize_t *image_len);
#ifdef H5_HAVE_PARALLEL
H5_DLL herr_t H5C_apply_candidate_list(H5F_t *f, hid_t dxpl_id,