diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2017-03-01 18:04:28 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2017-03-01 18:04:28 (GMT) |
commit | 90a0d07f099831f5b6070fa647dab86dacc0aaad (patch) | |
tree | 114b3295d95631708d382ede190fc5126a7e179d /src/H5Cprivate.h | |
parent | a49bd13da3feed72cc4e2650d71a224d0cbaad73 (diff) | |
download | hdf5-90a0d07f099831f5b6070fa647dab86dacc0aaad.zip hdf5-90a0d07f099831f5b6070fa647dab86dacc0aaad.tar.gz hdf5-90a0d07f099831f5b6070fa647dab86dacc0aaad.tar.bz2 |
Normalize against incoming page buffering changes.
Diffstat (limited to 'src/H5Cprivate.h')
-rw-r--r-- | src/H5Cprivate.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/H5Cprivate.h b/src/H5Cprivate.h index 30a7745..28eacf2 100644 --- a/src/H5Cprivate.h +++ b/src/H5Cprivate.h @@ -1661,8 +1661,8 @@ typedef struct H5C_cache_entry_t { * JRM - 8/5/15 * * magic: Unsigned 32 bit integer that must always be set to - * H5C__IMAGE_ENTRY_T_MAGIC when the entry is valid. - * The field must be set to H5C__IMAGE__ENTRY_T_BAD_MAGIC + * H5C_IMAGE_ENTRY_T_MAGIC when the entry is valid. + * The field must be set to H5C_IMAGE_ENTRY_T_BAD_MAGIC * just before the entry is freed. * * addr: Base address of the cache entry on disk. @@ -2291,6 +2291,7 @@ H5_DLL herr_t H5C_mark_entries_as_clean(H5F_t *f, hid_t dxpl_id, unsigned ce_arr #ifndef NDEBUG /* debugging functions */ H5_DLL hbool_t H5C_get_serialization_in_progress(const H5C_t *cache_ptr); H5_DLL hbool_t H5C_cache_is_clean(const H5C_t *cache_ptr, H5C_ring_t inner_ring); +H5_DLL herr_t H5C_dump_cache_skip_list(H5C_t *cache_ptr, char *calling_fcn); H5_DLL herr_t H5C_get_entry_ptr_from_addr(H5C_t *cache_ptr, haddr_t addr, void **entry_ptr_ptr); H5_DLL herr_t H5C_flush_dependency_exists(H5C_t *cache_ptr, haddr_t parent_addr, |