From 1e269c8dd69ea3aeb22c0cd78985ba83b3c30eb1 Mon Sep 17 00:00:00 2001 From: facetosea <25808407@qq.com> Date: Thu, 9 Jan 2025 10:56:20 +0800 Subject: [PATCH] fix: test case --- include/util/tlog.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/util/tlog.h b/include/util/tlog.h index acec5c511e..48db94baaa 100644 --- a/include/util/tlog.h +++ b/include/util/tlog.h @@ -115,6 +115,7 @@ bool taosAssertRelease(bool condition); #endif #endif +void taosLogCrashInfo(char *nodeType, char *pMsg, int64_t msgLen, int signum, void *sigInfo); void taosReadCrashInfo(char *filepath, char **pMsg, int64_t *pMsgLen, TdFilePtr *pFd); void taosReleaseCrashLogFile(TdFilePtr pFile, bool truncateFile);