summaryrefslogtreecommitdiffstats
path: root/test/cache2_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/cache2_common.h')
-rw-r--r--test/cache2_common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/cache2_common.h b/test/cache2_common.h
index 351f7e8..627b8c6 100644
--- a/test/cache2_common.h
+++ b/test/cache2_common.h
@@ -697,6 +697,11 @@ void resize_entry2(H5C2_t * cache_ptr,
size_t new_size,
hbool_t resize_pin);
+void resize_pinned_entry2(H5C2_t * cache_ptr,
+ int32_t type,
+ int32_t idx,
+ size_t new_size);
+
H5C2_t * setup_cache2(size_t max_cache_size, size_t min_clean_size);
void row_major_scan_forward2(H5C2_t * cache_ptr,