more TDB
This commit is contained in:
parent
5ed7b9a2d5
commit
1cee13b0e7
|
@ -38,10 +38,9 @@ struct SBTree {
|
|||
int minLeaf;
|
||||
};
|
||||
|
||||
typedef struct SFreeCell {
|
||||
u16 size;
|
||||
u16 next;
|
||||
} SFreeCell;
|
||||
typedef struct __attribute__((__packed__)) {
|
||||
SPgno rChild;
|
||||
} SBtPageHdr;
|
||||
|
||||
typedef struct {
|
||||
u16 flags;
|
||||
|
|
Loading…
Reference in New Issue