From f16c1eeae106bbf91f1f752089f2c0d2631df10d Mon Sep 17 00:00:00 2001 From: Hongze Cheng Date: Fri, 11 Mar 2022 03:34:49 +0000 Subject: [PATCH] more TDB --- source/libs/tdb/src/db/tdbPage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libs/tdb/src/db/tdbPage.c b/source/libs/tdb/src/db/tdbPage.c index d45c450c9c..e0024f7472 100644 --- a/source/libs/tdb/src/db/tdbPage.c +++ b/source/libs/tdb/src/db/tdbPage.c @@ -65,7 +65,7 @@ static int tdbPageAllocate(SPage *pPage, int size, SCell **ppCell) { return 0; } -static int tdbPageFree(SPage *pPage, int idx, SCell *pCell) { +static int tdbPageFree(SPage *pPage, int idx, SCell *pCell, int size) { // TODO return 0; } \ No newline at end of file