This commit is contained in:
Hongze Cheng 2022-01-20 05:25:54 +00:00
parent 8bbc560321
commit a00243ca40
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ typedef int32_t pgno_t;
// pgid_t
typedef struct {
uint8_t fuid[TDB_FILE_UID_LEN];
uint8_t fileid[TDB_FILE_UID_LEN];
pgno_t pgid;
} pgid_t;