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