start timer for particular msg

This commit is contained in:
yihaoDeng 2022-08-06 20:53:42 +08:00
parent 7fc09d8475
commit 6930b393d6
1 changed files with 2 additions and 3 deletions

View File

@ -47,8 +47,6 @@ typedef struct SRpcHandleInfo {
int8_t persistHandle; // persist handle or not
int8_t hasEpSet;
STraceId traceId;
// app info
void *ahandle; // app handle set by client
void *wrapper; // wrapper handle
@ -58,7 +56,8 @@ typedef struct SRpcHandleInfo {
void *rsp;
int32_t rspLen;
// conn info
STraceId traceId;
SRpcConnInfo conn;
} SRpcHandleInfo;