start timer for particular msg
This commit is contained in:
parent
7fc09d8475
commit
6930b393d6
|
@ -47,8 +47,6 @@ typedef struct SRpcHandleInfo {
|
||||||
int8_t persistHandle; // persist handle or not
|
int8_t persistHandle; // persist handle or not
|
||||||
int8_t hasEpSet;
|
int8_t hasEpSet;
|
||||||
|
|
||||||
STraceId traceId;
|
|
||||||
|
|
||||||
// app info
|
// app info
|
||||||
void *ahandle; // app handle set by client
|
void *ahandle; // app handle set by client
|
||||||
void *wrapper; // wrapper handle
|
void *wrapper; // wrapper handle
|
||||||
|
@ -58,7 +56,8 @@ typedef struct SRpcHandleInfo {
|
||||||
void *rsp;
|
void *rsp;
|
||||||
int32_t rspLen;
|
int32_t rspLen;
|
||||||
|
|
||||||
// conn info
|
STraceId traceId;
|
||||||
|
|
||||||
SRpcConnInfo conn;
|
SRpcConnInfo conn;
|
||||||
} SRpcHandleInfo;
|
} SRpcHandleInfo;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue