summaryrefslogtreecommitdiffstats
path: root/src/H5HLprivate.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2012-07-05 21:14:37 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2012-07-05 21:14:37 (GMT)
commit35f98ad8b6612eb76e1f8d01ee42dd6527a82c48 (patch)
tree1bd8aaaaaffe39feb38bae0c7363119c77e58b0a /src/H5HLprivate.h
parentce0496520836aef9fdea54fc01d5d92fe8f43b77 (diff)
downloadhdf5-35f98ad8b6612eb76e1f8d01ee42dd6527a82c48.zip
hdf5-35f98ad8b6612eb76e1f8d01ee42dd6527a82c48.tar.gz
hdf5-35f98ad8b6612eb76e1f8d01ee42dd6527a82c48.tar.bz2
[svn-r22518] Added flush dependencies for SWMR to the local heap code.
Tested on jam. This branch still has h5diff errors. The library tests all pass, though.
Diffstat (limited to 'src/H5HLprivate.h')
-rw-r--r--src/H5HLprivate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5HLprivate.h b/src/H5HLprivate.h
index d396a53..7ca54b0 100644
--- a/src/H5HLprivate.h
+++ b/src/H5HLprivate.h
@@ -69,6 +69,8 @@ H5_DLL H5HL_t *H5HL_protect(H5F_t *f, hid_t dxpl_id, haddr_t addr, H5AC_protect_
H5_DLL herr_t H5HL_remove(H5F_t *f, hid_t dxpl_id, H5HL_t *heap, size_t offset,
size_t size);
H5_DLL herr_t H5HL_unprotect(H5HL_t *heap);
+H5_DLL herr_t H5HL_depend(H5AC_info_t *parent_entry, H5HL_t *heap);
+H5_DLL herr_t H5HL_undepend(H5AC_info_t *parent_entry, H5HL_t *heap);
/* Debugging routines for dumping file structures */
H5_DLL herr_t H5HL_debug(H5F_t *f, hid_t dxpl_id, haddr_t addr, FILE * stream, int indent,