summaryrefslogtreecommitdiffstats
path: root/test/cache_common.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-05-05 19:18:32 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-05-05 19:18:32 (GMT)
commitb60f90da91886edc2afaaca9bf1587d7591051e1 (patch)
tree9f0c5f09e65af4c1b45e3e0577c2310df8242b7b /test/cache_common.h
parentb05a1c671317403994e4bff5564563f41d348eea (diff)
downloadhdf5-b60f90da91886edc2afaaca9bf1587d7591051e1.zip
hdf5-b60f90da91886edc2afaaca9bf1587d7591051e1.tar.gz
hdf5-b60f90da91886edc2afaaca9bf1587d7591051e1.tar.bz2
[svn-r18711] Description:
More changes to move metadata journaling code closer to trunk: - Retire old (H5AC1) cache code & tests - Remove 'clear_dirty_bits' callback from client class struct - Eliminate 'addr' & 'len' parameters from 'free_icr' client callbacks Tested on: Mac OS X/32 10.6.3 (amazon) debug & production Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in production mode
Diffstat (limited to 'test/cache_common.h')
-rw-r--r--test/cache_common.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/test/cache_common.h b/test/cache_common.h
index 00aa1e3..6fe8ae4 100644
--- a/test/cache_common.h
+++ b/test/cache_common.h
@@ -718,16 +718,16 @@ herr_t variable_serialize(const H5F_t *f, hid_t dxpl_id, haddr_t addr,
haddr_t * new_addr_ptr, size_t * new_len_ptr,
void ** new_image_ptr_ptr);
-herr_t pico_free_icr(haddr_t addr, size_t len, void * thing);
-herr_t nano_free_icr(haddr_t addr, size_t len, void * thing);
-herr_t micro_free_icr(haddr_t addr, size_t len, void * thing);
-herr_t tiny_free_icr(haddr_t addr, size_t len, void * thing);
-herr_t small_free_icr(haddr_t addr, size_t len, void * thing);
-herr_t medium_free_icr(haddr_t addr, size_t len, void * thing);
-herr_t large_free_icr(haddr_t addr, size_t len, void * thing);
-herr_t huge_free_icr(haddr_t addr, size_t len, void * thing);
-herr_t monster_free_icr(haddr_t addr, size_t len, void * thing);
-herr_t variable_free_icr(haddr_t addr, size_t len, void * thing);
+herr_t pico_free_icr(void * thing);
+herr_t nano_free_icr(void * thing);
+herr_t micro_free_icr(void * thing);
+herr_t tiny_free_icr(void * thing);
+herr_t small_free_icr(void * thing);
+herr_t medium_free_icr(void * thing);
+herr_t large_free_icr(void * thing);
+herr_t huge_free_icr(void * thing);
+herr_t monster_free_icr(void * thing);
+herr_t variable_free_icr(void * thing);
/* callback table extern */