refactor transport
This commit is contained in:
parent
ae7d4f1f85
commit
254dbd6171
|
@ -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));
|
||||
|
|
Loading…
Reference in New Issue