diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-03-30 18:58:37 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-03-30 18:58:37 (GMT) |
commit | b1d105ae78e8cf5d40c05702ece5cd3db0826687 (patch) | |
tree | 03fd404b8962b55c01103b0cfa6701ddb4904373 /testpar/t_cache.c | |
parent | a5df827912b1f0d274ea2df6d90cabd0989bf4f8 (diff) | |
download | hdf5-b1d105ae78e8cf5d40c05702ece5cd3db0826687.zip hdf5-b1d105ae78e8cf5d40c05702ece5cd3db0826687.tar.gz hdf5-b1d105ae78e8cf5d40c05702ece5cd3db0826687.tar.bz2 |
[svn-r16627] Description:
Fix another set of 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 'testpar/t_cache.c')
-rw-r--r-- | testpar/t_cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_cache.c b/testpar/t_cache.c index ed3110a..0233ae0 100644 --- a/testpar/t_cache.c +++ b/testpar/t_cache.c @@ -2223,7 +2223,7 @@ expunge_entry(H5C_t * cache_ptr, HDassert( ! ((entry_ptr->header).is_dirty) ); result = H5C_get_entry_status(cache_ptr, entry_ptr->base_addr, - NULL, &in_cache, NULL, NULL, NULL); + NULL, &in_cache, NULL, NULL, NULL, NULL, NULL); if ( result < 0 ) { |