summaryrefslogtreecommitdiffstats
path: root/src/H5Cprivate.h
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2014-11-13 22:32:19 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2014-11-13 22:32:19 (GMT)
commit7ec8fad9527258c9cd2fe1cfe11b0c07ad740804 (patch)
treeb07230692d7d9aa1417cbb33beabcc06347f6a5d /src/H5Cprivate.h
parent5818a3045d141a02668f3ecfb29268327bb683ec (diff)
downloadhdf5-7ec8fad9527258c9cd2fe1cfe11b0c07ad740804.zip
hdf5-7ec8fad9527258c9cd2fe1cfe11b0c07ad740804.tar.gz
hdf5-7ec8fad9527258c9cd2fe1cfe11b0c07ad740804.tar.bz2
[svn-r25814] Bring revisions #25284 - #25434 from trunk to revise_chunks.
(Revision #25283 is skipped since it was backed out later on 11/3/2015.) h5committested.
Diffstat (limited to 'src/H5Cprivate.h')
-rw-r--r--src/H5Cprivate.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/H5Cprivate.h b/src/H5Cprivate.h
index e22c676..d6d16ba 100644
--- a/src/H5Cprivate.h
+++ b/src/H5Cprivate.h
@@ -1239,5 +1239,17 @@ H5_DLL herr_t H5C_ignore_tags(H5C_t * cache_ptr);
H5_DLL void H5C_retag_entries(H5C_t * cache_ptr, haddr_t src_tag, haddr_t dest_tag);
+#ifndef NDEBUG /* debugging functions */
+
+H5_DLL herr_t H5C_get_entry_ptr_from_addr(const H5F_t *f, haddr_t addr,
+ void ** entry_ptr_ptr);
+
+H5_DLL herr_t H5C_verify_entry_type(const H5F_t * f, haddr_t addr,
+ const H5C_class_t * expected_type,
+ hbool_t * in_cache_ptr,
+ hbool_t * type_ok_ptr);
+
+#endif /* NDEBUG */
+
#endif /* !_H5Cprivate_H */