diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-29 21:26:25 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-03-29 21:26:25 (GMT) |
commit | d484bd9fb720feecf1ff5249bd096752c187e411 (patch) | |
tree | 20bc7dc1018fd6a3d976d53b6f066dcd012298c8 /src/H5BTpkg.h | |
parent | 785b356d4079e465422f66adeda0281c404242f1 (diff) | |
download | hdf5-d484bd9fb720feecf1ff5249bd096752c187e411.zip hdf5-d484bd9fb720feecf1ff5249bd096752c187e411.tar.gz hdf5-d484bd9fb720feecf1ff5249bd096752c187e411.tar.bz2 |
[svn-r10504] Purpose:
New feature
Description:
Add wrapper for v2 B-tree "neighbor" routine.
Platforms tested:
FreeBSD 4.11 (sleipnir)
Solaris 2.9 (shanti)
Diffstat (limited to 'src/H5BTpkg.h')
-rw-r--r-- | src/H5BTpkg.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/H5BTpkg.h b/src/H5BTpkg.h index e9140ec..2de481d 100644 --- a/src/H5BTpkg.h +++ b/src/H5BTpkg.h @@ -32,7 +32,6 @@ /* Other private headers needed by this file */ #include "H5ACprivate.h" /* Metadata cache */ -#include "H5B2private.h" /* v2 B-trees */ #include "H5FLprivate.h" /* Free Lists */ /**************************/ @@ -87,12 +86,6 @@ typedef struct H5BT_t { haddr_t bt2_addr; /* Address of v2 B-tree that holds block info */ } H5BT_t; -/* Info for a single block */ -typedef struct H5BT_blk_info_t { - haddr_t addr; /* Address (offset) of block in file */ - hsize_t len; /* Length of block in file */ -} H5BT_blk_info_t; - /*****************************/ /* Package Private Variables */ |