summaryrefslogtreecommitdiffstats
path: root/src/H5Cpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2017-02-02 04:21:06 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2017-02-02 04:21:06 (GMT)
commit5d7aba67f789cd834a9826f58000620cc0123a6c (patch)
treee986b92c409c20ef815bf04a90a85754a4fd5e28 /src/H5Cpkg.h
parentbe955c5e792ff642c259c25999a86c6007682019 (diff)
downloadhdf5-5d7aba67f789cd834a9826f58000620cc0123a6c.zip
hdf5-5d7aba67f789cd834a9826f58000620cc0123a6c.tar.gz
hdf5-5d7aba67f789cd834a9826f58000620cc0123a6c.tar.bz2
Simplify H5C__serialize_single_entry(), using H5C__generate_image()
Diffstat (limited to 'src/H5Cpkg.h')
-rw-r--r--src/H5Cpkg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Cpkg.h b/src/H5Cpkg.h
index 1656a32..9a9e038 100644
--- a/src/H5Cpkg.h
+++ b/src/H5Cpkg.h
@@ -4904,6 +4904,8 @@ H5_DLL herr_t H5C__mark_flush_dep_unserialized(H5C_cache_entry_t * entry_ptr);
H5_DLL herr_t H5C__make_space_in_cache(H5F_t * f, hid_t dxpl_id,
size_t space_needed, hbool_t write_permitted);
H5_DLL herr_t H5C__flush_marked_entries(H5F_t * f, hid_t dxpl_id);
+H5_DLL herr_t H5C__generate_image(H5F_t *f, H5C_t *cache_ptr,
+ H5C_cache_entry_t *entry_ptr, hid_t dxpl_id);
H5_DLL herr_t H5C__iter_tagged_entries(H5C_t *cache, haddr_t tag, hbool_t match_global,
H5C_tag_iter_cb_t cb, void *cb_ctx);