This commit is contained in:
Hongze Cheng 2022-03-11 05:51:24 +00:00
parent fe1bd867c9
commit e7230ab348
1 changed files with 12 additions and 12 deletions

View File

@ -24,7 +24,7 @@ typedef u8 SCell;
typedef struct __attribute__((__packed__)) { typedef struct __attribute__((__packed__)) {
u8 cksm[4]; u8 cksm[4];
} SPageFooter; } SPageFtr;
typedef struct __attribute__((__packed__)) { typedef struct __attribute__((__packed__)) {
u16 flags; u16 flags;
@ -42,7 +42,7 @@ struct SPage {
// Fields below used by pager and am // Fields below used by pager and am
SPgid pgid; SPgid pgid;
SPageHdr *pPageHdr; SPageHdr *pPageHdr;
SPageFooter *pPageFooter; SPageFtr *pPageFtr;
u16 *aCellIdx; u16 *aCellIdx;
int kLen; int kLen;
int vLen; int vLen;