summaryrefslogtreecommitdiffstats
path: root/src/H5B2private.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-12-07 22:21:07 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-12-07 22:21:07 (GMT)
commit16a5c7c8f309042c7bb3a40cdb4c60f5b2c587c2 (patch)
tree5d306581d541a99f19d269e1d5a3425527a8a43b /src/H5B2private.h
parentf3dfc133cc68a8dfc285ae9e7e9cf85216bb3dcf (diff)
parentfeaaae4897d4c2d9f83a2f93224123a4c5e009c7 (diff)
downloadhdf5-16a5c7c8f309042c7bb3a40cdb4c60f5b2c587c2.zip
hdf5-16a5c7c8f309042c7bb3a40cdb4c60f5b2c587c2.tar.gz
hdf5-16a5c7c8f309042c7bb3a40cdb4c60f5b2c587c2.tar.bz2
Merge branch 'develop' into eoc_h5fs_fix
Diffstat (limited to 'src/H5B2private.h')
-rw-r--r--src/H5B2private.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/H5B2private.h b/src/H5B2private.h
index 3caf41f..161e25e 100644
--- a/src/H5B2private.h
+++ b/src/H5B2private.h
@@ -31,7 +31,8 @@
#include "H5B2public.h"
/* Private headers needed by this file */
-#include "H5Fprivate.h" /* File access */
+#include "H5ACprivate.h" /* Metadata cache */
+#include "H5Fprivate.h" /* File access */
/**************************/
/* Library Private Macros */
@@ -153,6 +154,7 @@ H5_DLL herr_t H5B2_size(H5B2_t *bt2, hid_t dxpl_id,
H5_DLL herr_t H5B2_close(H5B2_t *bt2, hid_t dxpl_id);
H5_DLL herr_t H5B2_delete(H5F_t *f, hid_t dxpl_id, haddr_t addr,
void *ctx_udata, H5B2_remove_t op, void *op_data);
+H5_DLL herr_t H5B2_depend(H5B2_t *bt2, hid_t dxpl_id, H5AC_proxy_entry_t *parent);
H5_DLL herr_t H5B2_patch_file(H5B2_t *fa, H5F_t *f);
/* Statistics routines */