make compile

This commit is contained in:
Hongze Cheng 2022-03-30 06:50:59 +00:00 committed by cpwu
parent c6c60e3e09
commit b63e26ff7a
1 changed files with 6 additions and 6 deletions

View File

@ -57,12 +57,12 @@ typedef struct {
} SBtreeInitPageArg;
typedef struct {
int kLen;
u8 *pKey;
int vLen;
u8 *pVal;
SPgno pgno;
u8 *pBuf;
int kLen;
const u8 *pKey;
int vLen;
const u8 *pVal;
SPgno pgno;
u8 *pBuf;
} SCellDecoder;
static int tdbBtCursorMoveTo(SBTC *pBtc, const void *pKey, int kLen, int *pCRst);