summaryrefslogtreecommitdiffstats
path: root/src/H5Cprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2010-05-06 23:02:27 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2010-05-06 23:02:27 (GMT)
commite053c6f84f6ee6f1fea6cbe74269467cce94e4d5 (patch)
tree18068879af310c1ede6a04b99a292bfe8d34b592 /src/H5Cprivate.h
parent772d09112253a0d86f93a551299c2601aebddcca (diff)
downloadhdf5-e053c6f84f6ee6f1fea6cbe74269467cce94e4d5.zip
hdf5-e053c6f84f6ee6f1fea6cbe74269467cce94e4d5.tar.gz
hdf5-e053c6f84f6ee6f1fea6cbe74269467cce94e4d5.tar.bz2
[svn-r18737] Description:
Switch H5AC_resize_pinned_entry() to work on protected entries as well, and rename to H5AC_resize_entry() Tested on: Linux/64-amd64 2.6 (abe) w/parallel, w/FORTRAN, in production mode 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
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 47cc0c6..202221e 100644
--- a/src/H5Cprivate.h
+++ b/src/H5Cprivate.h
@@ -1418,7 +1418,7 @@ H5_DLL void * H5C_protect(H5F_t * f,
H5_DLL herr_t H5C_reset_cache_hit_rate_stats(H5C_t * cache_ptr);
-H5_DLL herr_t H5C_resize_pinned_entry(void *thing, size_t new_size);
+H5_DLL herr_t H5C_resize_entry(void *thing, size_t new_size);
H5_DLL herr_t H5C_set_cache_auto_resize_config(H5C_t *cache_ptr,
H5C_auto_size_ctl_t *config_ptr);