summaryrefslogtreecommitdiffstats
path: root/src/H5B2pkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-02-26 13:05:41 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-02-26 13:05:41 (GMT)
commit11a9d301774c2dc28e971eb726bcf931f15a759c (patch)
treebf9a8c2370adae146cb1a3e52a986117be39b584 /src/H5B2pkg.h
parent10df21a4017503cd6654c22ef97c24b6764d4641 (diff)
downloadhdf5-11a9d301774c2dc28e971eb726bcf931f15a759c.zip
hdf5-11a9d301774c2dc28e971eb726bcf931f15a759c.tar.gz
hdf5-11a9d301774c2dc28e971eb726bcf931f15a759c.tar.bz2
[svn-r10094] Purpose:
New features & refactor Description: Add basic record removal (only handles level-0 B-trees currently) Add query routine to check the number of records in a B-tree Add debugging routine to check the address of the root node in the B-tree Platforms tested: FreeBSD 4.11 (sleipnir) Solaris 2.9 (shanti)
Diffstat (limited to 'src/H5B2pkg.h')
-rw-r--r--src/H5B2pkg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5B2pkg.h b/src/H5B2pkg.h
index e410f7b..b49ed45 100644
--- a/src/H5B2pkg.h
+++ b/src/H5B2pkg.h
@@ -193,6 +193,10 @@ H5_DLL herr_t H5B2_int_debug(H5F_t *f, hid_t dxpl_id, haddr_t addr,
H5_DLL herr_t H5B2_leaf_debug(H5F_t *f, hid_t dxpl_id, haddr_t addr,
FILE *stream, int indent, int fwidth, const H5B2_class_t *type,
haddr_t hdr_addr, unsigned nrec);
+#ifdef H5B2_TESTING
+H5_DLL herr_t H5B2_get_root_addr(H5F_t *f, hid_t dxpl_id,
+ const H5B2_class_t *type, haddr_t addr, haddr_t *root_addr);
+#endif /* H5B2_TESTING */
#endif /* _H5B2pkg_H */