From a2f15ab726fabed3956d73bd257c9895642fc75c Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Thu, 3 Nov 2016 21:24:29 -0700 Subject: Add missing prototypes for cache debugging routines. --- src/H5ACpkg.h | 4 ++++ src/H5ACprivate.h | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/H5ACpkg.h b/src/H5ACpkg.h index 6b964d6..1432564 100644 --- a/src/H5ACpkg.h +++ b/src/H5ACpkg.h @@ -426,5 +426,9 @@ H5_DLL herr_t H5AC__set_write_done_callback(H5C_t * cache_ptr, void (* write_done)(void)); #endif /* H5_HAVE_PARALLEL */ +/* Trace file routines */ +H5_DLL herr_t H5AC__close_trace_file(H5AC_t *cache_ptr); +H5_DLL herr_t H5AC__open_trace_file(H5AC_t *cache_ptr, const char *trace_file_name); + #endif /* _H5ACpkg_H */ diff --git a/src/H5ACprivate.h b/src/H5ACprivate.h index 84c9e93..c5bf8f3 100644 --- a/src/H5ACprivate.h +++ b/src/H5ACprivate.h @@ -378,7 +378,8 @@ H5_DLL herr_t H5AC_expunge_tag_type_metadata(H5F_t *f, hid_t dxpl_id, haddr_t ta H5_DLL herr_t H5AC_add_candidate(H5AC_t * cache_ptr, haddr_t addr); #endif /* H5_HAVE_PARALLEL */ -#ifndef NDEBUG /* debugging functions */ +/* Debugging functions */ +#ifndef NDEBUG H5_DLL herr_t H5AC_stats(const H5F_t *f); H5_DLL herr_t H5AC_dump_cache(const H5F_t *f); #endif /* NDEBUG */ /* end debugging functions */ -- cgit v0.12