This commit is contained in:
Hongze Cheng 2022-03-14 07:36:55 +00:00
parent 5ed7b9a2d5
commit 1cee13b0e7
1 changed files with 3 additions and 4 deletions

View File

@ -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;