more TDB
This commit is contained in:
parent
bae83e0ede
commit
19b863ed62
|
@ -36,10 +36,10 @@ typedef struct __attribute__((__packed__)) {
|
||||||
} SPageHdr;
|
} SPageHdr;
|
||||||
|
|
||||||
struct SPage {
|
struct SPage {
|
||||||
pthread_spinlock_t lock;
|
|
||||||
u8 *pData;
|
u8 *pData;
|
||||||
int pageSize;
|
int pageSize;
|
||||||
u8 szOffset;
|
u8 szOffset;
|
||||||
|
pthread_spinlock_t lock;
|
||||||
// Fields below used by pager and am
|
// Fields below used by pager and am
|
||||||
SPgid pgid;
|
SPgid pgid;
|
||||||
SPageHdr *pPageHdr;
|
SPageHdr *pPageHdr;
|
||||||
|
|
Loading…
Reference in New Issue