diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-14 20:33:50 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-11-14 20:33:50 (GMT) |
commit | 002fe8b35d3eaac365922e1e7b831c64d3147ebe (patch) | |
tree | 482dce1810ef78c36ab7d765c3113770a1c21f49 /src/H5B2private.h | |
parent | ae7115a9908d35ce6f39aeed0eab900bcc5e1894 (diff) | |
download | hdf5-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/H5B2private.h')
-rw-r--r-- | src/H5B2private.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5B2private.h b/src/H5B2private.h index 4973dc2..48d0cbd 100644 --- a/src/H5B2private.h +++ b/src/H5B2private.h @@ -139,6 +139,9 @@ H5_DLL herr_t H5B2_modify(H5F_t *f, hid_t dxpl_id, const H5B2_class_t *type, haddr_t addr, void *udata, H5B2_modify_t op, void *op_data); H5_DLL herr_t H5B2_remove(H5F_t *f, hid_t dxpl_id, const H5B2_class_t *type, haddr_t addr, void *udata, H5B2_remove_t op, void *op_data); +H5_DLL herr_t H5B2_remove_by_idx(H5F_t *f, hid_t dxpl_id, const H5B2_class_t *type, + haddr_t addr, H5_iter_order_t order, hsize_t idx, H5B2_remove_t op, + void *op_data); H5_DLL herr_t H5B2_get_nrec(H5F_t *f, hid_t dxpl_id, const H5B2_class_t *type, haddr_t addr, hsize_t *nrec); H5_DLL herr_t H5B2_delete(H5F_t *f, hid_t dxpl_id, const H5B2_class_t *type, |