btreeheader.h

Go to the documentation of this file.
00001 #ifndef BTREEHEADER_H
00002 #define BTREEHEADER_H
00003 
00004 typedef struct bTreeHeader {
00005   uInt32 treeDepth;
00006   uInt32 treeWidth;
00007   uInt32 treeLeafCount;
00008   off_t  firstNodeOffset; // used when tree is on disk
00009   off_t  firstDeleted;    // used to point to an empty node
00010   char paddington[4068];
00011 } bTreeHeader; // bTreeHeader
00012 
00013 #endif /* !BTREEHEADER_H */

Generated on Tue Dec 5 23:34:58 2006 for UbixOS V2 by  doxygen 1.4.7