summaryrefslogtreecommitdiffstats
path: root/src/H5Cprivate.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 /src/H5Cprivate.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 'src/H5Cprivate.h')
-rw-r--r--src/H5Cprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Cprivate.h b/src/H5Cprivate.h
index 205f45a..275f39e 100644
--- a/src/H5Cprivate.h
+++ b/src/H5Cprivate.h
@@ -2428,7 +2428,7 @@ H5_DLL herr_t H5C_mark_entry_dirty(void *thing);
H5_DLL herr_t H5C_mark_entry_clean(void *thing);
H5_DLL herr_t H5C_mark_entry_unserialized(void *thing);
H5_DLL herr_t H5C_mark_entry_serialized(void *thing);
-H5_DLL herr_t H5C_move_entry(H5F_t *f, const H5C_class_t *type,
+H5_DLL herr_t H5C_move_entry(H5C_t *cache_ptr, const H5C_class_t *type,
haddr_t old_addr, haddr_t new_addr);
H5_DLL herr_t H5C_pin_protected_entry(void *thing);
H5_DLL herr_t H5C_prep_for_file_close(H5F_t *f);