fix: test case

This commit is contained in:
facetosea 2025-01-09 10:56:20 +08:00
parent 893e7c1af4
commit 1e269c8dd6
1 changed files with 1 additions and 0 deletions

View File

@ -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);