summaryrefslogtreecommitdiffstats
path: root/src/H5AC.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-03-30 18:24:03 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-03-30 18:24:03 (GMT)
commita5df827912b1f0d274ea2df6d90cabd0989bf4f8 (patch)
tree2ab4db3d40ef1984e98e522dd45ee569d64acb1b /src/H5AC.c
parentf8fa1029b7e056cc068583d5f08d788aa57e3635 (diff)
downloadhdf5-a5df827912b1f0d274ea2df6d90cabd0989bf4f8.zip
hdf5-a5df827912b1f0d274ea2df6d90cabd0989bf4f8.tar.gz
hdf5-a5df827912b1f0d274ea2df6d90cabd0989bf4f8.tar.bz2
[svn-r16626] Description:
Fix missing parameters to updated H5C_get_entry_status() call. Tested on: Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
Diffstat (limited to 'src/H5AC.c')
-rw-r--r--src/H5AC.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5AC.c b/src/H5AC.c
index cf994be..5ccf3d7 100644
--- a/src/H5AC.c
+++ b/src/H5AC.c
@@ -4430,7 +4430,7 @@ H5AC_log_renamed_entry(H5AC_t * cache_ptr,
/* get entry status, size, etc here */
if ( H5C_get_entry_status(cache_ptr, old_addr, &entry_size, &entry_in_cache,
- &entry_dirty, NULL, NULL) < 0 ) {
+ &entry_dirty, NULL, NULL, NULL, NULL) < 0 ) {
HGOTO_ERROR(H5E_CACHE, H5E_SYSTEM, FAIL, "Can't get entry status.")