diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2017-01-06 15:51:40 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2017-01-06 15:51:40 (GMT) |
commit | 7568dcaf151bfaa7d529ec69c57a814682bf69c1 (patch) | |
tree | 8eb57a504162d9105265e9c608ac9321c46d3320 /testpar/t_cache.c | |
parent | 0f9c6ce80e0567ec6419fb434589531cda3442cc (diff) | |
download | hdf5-7568dcaf151bfaa7d529ec69c57a814682bf69c1.zip hdf5-7568dcaf151bfaa7d529ec69c57a814682bf69c1.tar.gz hdf5-7568dcaf151bfaa7d529ec69c57a814682bf69c1.tar.bz2 |
Add "image up to date" flag / parameter to metadata cache entry status calls.
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 94a6e7c..2c164a2 100644 --- a/testpar/t_cache.c +++ b/testpar/t_cache.c @@ -3054,7 +3054,7 @@ expunge_entry(H5F_t * file_ptr, HDassert( ! ((entry_ptr->header).is_dirty) ); result = H5C_get_entry_status(file_ptr, entry_ptr->base_addr, - NULL, &in_cache, NULL, NULL, NULL, NULL, NULL, NULL); + NULL, &in_cache, NULL, NULL, NULL, NULL, NULL, NULL, NULL); if ( result < 0 ) { |