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