feature/scheduler

This commit is contained in:
dapan1121 2022-03-22 19:00:55 +08:00
parent 6a98d0c0cf
commit 97ad141579
1 changed files with 2 additions and 0 deletions

View File

@ -1499,6 +1499,8 @@ int32_t schCloneSMsgSendInfo(SMsgSendInfo *pSrc, SMsgSendInfo **pDst) {
SCH_ERR_JRET(schCloneCallbackParam(pSrc->param, (SSchCallbackParamHeader **)&dst->param));
*pDst = dst;
return TSDB_CODE_SUCCESS;
_return: