summaryrefslogtreecommitdiffstats
path: root/test/cache_common.h
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-05-19 20:00:37 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:37:22 (GMT)
commit9eb33fe81254cb1f4a6beed98adcb485a4a4ab36 (patch)
tree83b0ba6b5d35882d9b8c0eda476a9993aed6fad3 /test/cache_common.h
parent95c57f07bce48e0d7f9e16b210e61c3d2dc3b11d (diff)
downloadhdf5-9eb33fe81254cb1f4a6beed98adcb485a4a4ab36.zip
hdf5-9eb33fe81254cb1f4a6beed98adcb485a4a4ab36.tar.gz
hdf5-9eb33fe81254cb1f4a6beed98adcb485a4a4ab36.tar.bz2
Reduce diffs with `develop`, where `H5C_move_entry` takes an `H5C_t *`
argument, first, not `H5F_t *`.
Diffstat (limited to 'test/cache_common.h')
-rw-r--r--test/cache_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cache_common.h b/test/cache_common.h
index 93f5332..785dc21 100644
--- a/test/cache_common.h
+++ b/test/cache_common.h
@@ -595,7 +595,7 @@ H5TEST_DLL void insert_entry(H5F_t * file_ptr,
H5TEST_DLL void mark_entry_dirty(int32_t type,
int32_t idx);
-H5TEST_DLL void move_entry(H5F_t * file_ptr,
+H5TEST_DLL void move_entry(H5C_t * cache_ptr,
int32_t type,
int32_t idx,
hbool_t main_addr);