From a00243ca404c4c28d406b40070f952dde9ebb04c Mon Sep 17 00:00:00 2001 From: Hongze Cheng Date: Thu, 20 Jan 2022 05:25:54 +0000 Subject: [PATCH] refact --- source/libs/tdb/src/inc/tdb_inc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libs/tdb/src/inc/tdb_inc.h b/source/libs/tdb/src/inc/tdb_inc.h index 17dd5254d6..82947e2965 100644 --- a/source/libs/tdb/src/inc/tdb_inc.h +++ b/source/libs/tdb/src/inc/tdb_inc.h @@ -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; -- GitLab