This commit is contained in:
Hongze Cheng 2022-03-11 07:41:08 +00:00
parent bae83e0ede
commit 19b863ed62
1 changed files with 1 additions and 1 deletions

View File

@ -36,10 +36,10 @@ typedef struct __attribute__((__packed__)) {
} SPageHdr;
struct SPage {
pthread_spinlock_t lock;
u8 *pData;
int pageSize;
u8 szOffset;
pthread_spinlock_t lock;
// Fields below used by pager and am
SPgid pgid;
SPageHdr *pPageHdr;