From 2583fe66d5bf3057563d64af9bd142b697629053 Mon Sep 17 00:00:00 2001 From: dapan1121 Date: Wed, 25 Dec 2024 11:44:20 +0800 Subject: [PATCH] fix: windows compile issue --- source/libs/scheduler/test/schedulerTests.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/libs/scheduler/test/schedulerTests.cpp b/source/libs/scheduler/test/schedulerTests.cpp index 135c151743..9d70227c48 100644 --- a/source/libs/scheduler/test/schedulerTests.cpp +++ b/source/libs/scheduler/test/schedulerTests.cpp @@ -61,7 +61,7 @@ extern "C" int32_t schHandleNotifyCallback(void *param, SDataBuf *pMsg, int32_t extern "C" int32_t schHandleLinkBrokenCallback(void *param, SDataBuf *pMsg, int32_t code); extern "C" int32_t schRescheduleTask(SSchJob *pJob, SSchTask *pTask); extern "C" int32_t schValidateRspMsgType(SSchJob *pJob, SSchTask *pTask, int32_t msgType); -extern "C" int32_t schProcessFetchRsp(SSchJob *pJob, SSchTask *pTask, char *msg, int32_t rspCode); +//extern "C" int32_t schProcessFetchRsp(SSchJob *pJob, SSchTask *pTask, char *msg, int32_t rspCode); extern "C" int32_t schProcessResponseMsg(SSchJob *pJob, SSchTask *pTask, SDataBuf *pMsg, int32_t rspCode); extern "C" void schInitTaskRetryTimes(SSchJob *pJob, SSchTask *pTask, SSchLevel *pLevel); extern "C" int32_t schRecordTaskSucceedNode(SSchJob *pJob, SSchTask *pTask);