summaryrefslogtreecommitdiffstats
path: root/src/H5Cprivate.h
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2014-01-31 23:15:13 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2014-01-31 23:15:13 (GMT)
commit6a2fbff85be6168186a6c49498d7bb4e53f10b8f (patch)
tree15022a1cb33b6d97fde575aadd9849170ff5a7f2 /src/H5Cprivate.h
parent768ddffaa3be008e94d81daf577da1c5255484c2 (diff)
downloadhdf5-DECTRIS_20131231.zip
hdf5-DECTRIS_20131231.tar.gz
hdf5-DECTRIS_20131231.tar.bz2
[svn-r24675] 1) Add cork status to H5AC/H5C_get_entry_status().DECTRIS_20131231
2) Skip dirty corked entries when doing auto ageout entries in the cache. Tested on koala, jam, platypus, ostrich. PENDING: code review and more cache related tests.
Diffstat (limited to 'src/H5Cprivate.h')
-rw-r--r--src/H5Cprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Cprivate.h b/src/H5Cprivate.h
index 3ee74ea..6890c70 100644
--- a/src/H5Cprivate.h
+++ b/src/H5Cprivate.h
@@ -1166,6 +1166,7 @@ H5_DLL herr_t H5C_get_entry_status(const H5F_t *f,
hbool_t * is_dirty_ptr,
hbool_t * is_protected_ptr,
hbool_t * is_pinned_ptr,
+ hbool_t * is_corked_ptr,
hbool_t * is_flush_dep_parent_ptr,
hbool_t * is_flush_dep_child_ptr);