refactor transport

This commit is contained in:
Yihao Deng 2024-07-23 08:06:48 +00:00
parent ae7d4f1f85
commit 254dbd6171
1 changed files with 1 additions and 0 deletions

View File

@ -2650,6 +2650,7 @@ int transReleaseCliHandle(void* handle) {
}
return code;
}
static int32_t transInitMsg(void* shandle, const SEpSet* pEpSet, STransMsg* pReq, STransCtx* ctx, SCliMsg** pCliMsg) {
TRACE_SET_MSGID(&pReq->info.traceId, tGenIdPI64());
STransConnCtx* pCtx = taosMemoryCalloc(1, sizeof(STransConnCtx));