summaryrefslogtreecommitdiffstats
path: root/test/cache_common.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-05-07 02:06:34 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-05-07 02:06:34 (GMT)
commit8a00995b3a6df681fddc71e0d54e999e346e7b66 (patch)
tree18d1febbbb2e0a2441bf4b95ea4b88b3f04d5b1e /test/cache_common.h
parent5b320d81abb8c228f2ded592b1d725a8c668ba37 (diff)
downloadhdf5-8a00995b3a6df681fddc71e0d54e999e346e7b66.zip
hdf5-8a00995b3a6df681fddc71e0d54e999e346e7b66.tar.gz
hdf5-8a00995b3a6df681fddc71e0d54e999e346e7b66.tar.bz2
[svn-r18738] Description:
Switch H5AC_resize_pinned_entry() to work on protected entries as well, and rename to H5AC_resize_entry() Tested on: Mac OS X/32 10.6.3 (amazon) in debug mode Mac OS X/32 10.6.3 (amazon) w/C++ & FORTRAN, w/threadsafe, in production mode (h5committest not required on this branch)
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 dba0c64..1db19c7 100644
--- a/test/cache_common.h
+++ b/test/cache_common.h
@@ -174,7 +174,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
@@ -641,11 +641,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,