refactor: do some internal refactor.

This commit is contained in:
Haojun Liao 2024-04-26 22:23:23 +08:00
parent a33e7b2eb3
commit 9df2bc2634
1 changed files with 0 additions and 1 deletions

View File

@ -848,7 +848,6 @@ int32_t streamTaskSetDb(SStreamMeta* pMeta, void* pTask, char* key);
bool streamTaskIsSinkTask(const SStreamTask* pTask);
int32_t streamTaskSendCheckpointReq(SStreamTask* pTask);
int32_t streamTaskPrepareMonitorCheckRsp(SStreamTask* pTask);
int32_t streamTaskStartMonitorCheckRsp(SStreamTask* pTask);
int32_t streamTaskStopMonitorCheckRsp(STaskCheckInfo* pInfo, const char* id);
void streamTaskCleanupCheckInfo(STaskCheckInfo* pInfo);