make compile
This commit is contained in:
parent
f2eeb41cad
commit
953d325ac3
|
@ -58,9 +58,9 @@ typedef struct {
|
|||
|
||||
typedef struct {
|
||||
int kLen;
|
||||
u8 *pKey;
|
||||
const u8 *pKey;
|
||||
int vLen;
|
||||
u8 *pVal;
|
||||
const u8 *pVal;
|
||||
SPgno pgno;
|
||||
u8 *pBuf;
|
||||
} SCellDecoder;
|
||||
|
|
Loading…
Reference in New Issue