summaryrefslogtreecommitdiffstats
path: root/src/H5ACmpio.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2017-01-06 15:51:40 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2017-01-06 15:51:40 (GMT)
commit7568dcaf151bfaa7d529ec69c57a814682bf69c1 (patch)
tree8eb57a504162d9105265e9c608ac9321c46d3320 /src/H5ACmpio.c
parent0f9c6ce80e0567ec6419fb434589531cda3442cc (diff)
downloadhdf5-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 'src/H5ACmpio.c')
-rw-r--r--src/H5ACmpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5ACmpio.c b/src/H5ACmpio.c
index 570783a..44ffd9d 100644
--- a/src/H5ACmpio.c
+++ b/src/H5ACmpio.c
@@ -1071,7 +1071,7 @@ H5AC__log_moved_entry(const H5F_t *f, haddr_t old_addr, haddr_t new_addr)
/* get entry status, size, etc here */
if(H5C_get_entry_status(f, old_addr, &entry_size, &entry_in_cache,
- &entry_dirty, NULL, NULL, NULL, NULL, NULL) < 0)
+ &entry_dirty, NULL, NULL, NULL, NULL, NULL, NULL) < 0)
HGOTO_ERROR(H5E_CACHE, H5E_SYSTEM, FAIL, "Can't get entry status.")
if(!entry_in_cache)
HGOTO_ERROR(H5E_CACHE, H5E_SYSTEM, FAIL, "entry not in cache.")