summaryrefslogtreecommitdiffstats
path: root/src/H5B2pkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-11-14 20:33:50 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-11-14 20:33:50 (GMT)
commit002fe8b35d3eaac365922e1e7b831c64d3147ebe (patch)
tree482dce1810ef78c36ab7d765c3113770a1c21f49 /src/H5B2pkg.h
parentae7115a9908d35ce6f39aeed0eab900bcc5e1894 (diff)
downloadhdf5-002fe8b35d3eaac365922e1e7b831c64d3147ebe.zip
hdf5-002fe8b35d3eaac365922e1e7b831c64d3147ebe.tar.gz
hdf5-002fe8b35d3eaac365922e1e7b831c64d3147ebe.tar.bz2
[svn-r12914] Description:
Checkpoint partially working v2 B-tree delete by index code (ifdef'ed out) for further work. Tested on: Linux/32 2.6 (chicago)
Diffstat (limited to 'src/H5B2pkg.h')
-rw-r--r--src/H5B2pkg.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/H5B2pkg.h b/src/H5B2pkg.h
index 936216c..21b0974 100644
--- a/src/H5B2pkg.h
+++ b/src/H5B2pkg.h
@@ -287,6 +287,13 @@ H5_DLL herr_t H5B2_remove_internal(H5F_t *f, hid_t dxpl_id, H5RC_t *bt2_shared,
H5_DLL herr_t H5B2_remove_leaf(H5F_t *f, hid_t dxpl_id, H5RC_t *bt2_shared,
H5B2_node_ptr_t *curr_node_ptr, void *udata, H5B2_remove_t op,
void *op_data);
+H5_DLL herr_t H5B2_remove_internal_by_idx(H5F_t *f, hid_t dxpl_id, H5RC_t *bt2_shared,
+ hbool_t *depth_decreased, void *swap_loc, unsigned depth, H5AC_info_t *parent_cache_info,
+ hbool_t * parent_cache_info_dirtied_ptr, H5B2_node_ptr_t *curr_node_ptr, hsize_t idx,
+ H5B2_remove_t op, void *op_data);
+H5_DLL herr_t H5B2_remove_leaf_by_idx(H5F_t *f, hid_t dxpl_id, H5RC_t *bt2_shared,
+ H5B2_node_ptr_t *curr_node_ptr, unsigned idx, H5B2_remove_t op,
+ void *op_data);
/* Routines for deleting nodes */
H5_DLL herr_t H5B2_delete_node(H5F_t *f, hid_t dxpl_id, H5RC_t *bt2_shared,