summaryrefslogtreecommitdiffstats
path: root/test/cache_common.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-05-07 03:02:03 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-05-07 03:02:03 (GMT)
commitae6f5891b5794325ee5702fec0da55bafdce1afe (patch)
tree907e8fd4d6cdd73dd007f10efb27e682a58f7df6 /test/cache_common.h
parente87f3dd558a96c6ebedd03a8ac8acb91cb5e1be8 (diff)
downloadhdf5-ae6f5891b5794325ee5702fec0da55bafdce1afe.zip
hdf5-ae6f5891b5794325ee5702fec0da55bafdce1afe.tar.gz
hdf5-ae6f5891b5794325ee5702fec0da55bafdce1afe.tar.bz2
[svn-r18741] Description:
Bring r18740 from trunk to 1.8 branch: Bring r18738 from metadata journaling 'merging' branch to trunk: Switch H5AC_resize_pinned_entry() to work on protected entries as well, and rename to H5AC_resize_entry() Tested on: FreeBSD/32 6.3 (duty) in debug mode FreeBSD/64 6.3 (liberty) w/C++ & FORTRAN, in debug mode (h5committested on trunk)
Diffstat (limited to 'test/cache_common.h')
-rw-r--r--test/cache_common.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/test/cache_common.h b/test/cache_common.h
index c04d685..5791345 100644
--- a/test/cache_common.h
+++ b/test/cache_common.h
@@ -177,7 +177,7 @@ typedef struct flush_op
* FLUSH_OP__RESIZE: TRUE iff the
* target is pinned, and is to
* be resized via the
- * H5C_mark_entry_dirty()
+ * H5C_resize_entry()
* call.
*
* FLUSH_OP__MOVE: TRUE iff the
@@ -655,11 +655,6 @@ void resize_entry(H5F_t * file_ptr,
size_t new_size,
hbool_t resize_pin);
-void resize_pinned_entry(H5C_t * cache_ptr,
- int32_t type,
- int32_t idx,
- size_t new_size);
-
H5F_t *setup_cache(size_t max_cache_size, size_t min_clean_size);
void row_major_scan_forward(H5F_t * file_ptr,