summaryrefslogtreecommitdiffstats
path: root/src/H5HFprivate.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2012-09-27 21:32:35 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2012-09-27 21:32:35 (GMT)
commitd179489d46c95e068ed6fc7f4c413c88cd9da28d (patch)
treef50592c82d4a496b67d047a59f88c99be605bf3f /src/H5HFprivate.h
parentf5afdf8e2af0b423ab23ba6b675bd3e97065b8ad (diff)
downloadhdf5-d179489d46c95e068ed6fc7f4c413c88cd9da28d.zip
hdf5-d179489d46c95e068ed6fc7f4c413c88cd9da28d.tar.gz
hdf5-d179489d46c95e068ed6fc7f4c413c88cd9da28d.tar.bz2
[svn-r22833] Purpose:
Basic SWMR and flush dependency plumbing for fractal heaps. Does not include flush dependency creation code. Changes to the H5EA* code were just some indenting issues. Tested on jam
Diffstat (limited to 'src/H5HFprivate.h')
-rw-r--r--src/H5HFprivate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5HFprivate.h b/src/H5HFprivate.h
index 55daa30..a32f21f 100644
--- a/src/H5HFprivate.h
+++ b/src/H5HFprivate.h
@@ -125,6 +125,8 @@ H5_DLL herr_t H5HF_op(H5HF_t *fh, hid_t dxpl_id, const void *id,
H5_DLL herr_t H5HF_remove(H5HF_t *fh, hid_t dxpl_id, const void *id);
H5_DLL herr_t H5HF_close(H5HF_t *fh, hid_t dxpl_id);
H5_DLL herr_t H5HF_delete(H5F_t *f, hid_t dxpl_id, haddr_t fh_addr);
+H5_DLL herr_t H5HF_depend(H5AC_info_t *parent_entry, H5HF_t *fh);
+H5_DLL herr_t H5HF_undepend(H5AC_info_t *parent_entry, H5HF_t *fh);
/* Statistics routines */
H5_DLL herr_t H5HF_stat_info(const H5HF_t *fh, H5HF_stat_t *stats);