提交 7a7242d8 编写于 作者: S Shengliang Guan

compile error in windows

上级 fcb6b6a7
......@@ -95,7 +95,7 @@ void simFreeScript(SScript *script) {
SScript *bgScript = script->bgScripts[i];
simInfo("script:%s, set stop flag", script->fileName);
bgScript->killed = true;
if (bgScript->bgPid) {
if (taosCheckPthreadValid(bgScript->bgPid)) {
pthread_join(bgScript->bgPid, NULL);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册