Merge branch 'fix/fixInitFailedLog2' into enh/TD-31494

This commit is contained in:
yihaoDeng 2024-08-22 22:26:29 +08:00
parent 4e6f90df63
commit 58a6821d48
2 changed files with 450 additions and 412 deletions

View File

@ -162,7 +162,7 @@ typedef struct {
void* task;
int hThrdIdx;
} STransConnCtx;
} SReqCtx;
#pragma pack(push, 1)
@ -318,9 +318,9 @@ void transUnrefCliHandle(void* handle);
int32_t transReleaseCliHandle(void* handle);
int32_t transReleaseSrvHandle(void* handle);
int32_t transSendRequest(void* shandle, const SEpSet* pEpSet, STransMsg* pMsg, STransCtx* pCtx);
int32_t transSendRecv(void* shandle, const SEpSet* pEpSet, STransMsg* pMsg, STransMsg* pRsp);
int32_t transSendRecvWithTimeout(void* shandle, SEpSet* pEpSet, STransMsg* pMsg, STransMsg* pRsp, int8_t* epUpdated,
int32_t transSendRequest(void* shandle, const SEpSet* pEpSet, STransMsg* pReq, STransCtx* pCtx);
int32_t transSendRecv(void* shandle, const SEpSet* pEpSet, STransMsg* pReq, STransMsg* pRsp);
int32_t transSendRecvWithTimeout(void* shandle, SEpSet* pEpSet, STransMsg* pReq, STransMsg* pRsp, int8_t* epUpdated,
int32_t timeoutMs);
int32_t transSendRequestWithId(void* shandle, const SEpSet* pEpSet, STransMsg* pReq, int64_t* transpointId);
int32_t transFreeConnById(void* shandle, int64_t transpointId);

File diff suppressed because it is too large Load Diff