signature

This commit is contained in:
Jeff Tao 2020-07-04 11:28:50 +00:00
parent 9cfb2c9bac
commit 764002212b
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ typedef struct {
SRpcInfo *pRpc; // associated SRpcInfo
SRpcIpSet ipSet; // ip list provided by app
void *ahandle; // handle provided by app
void *signature // for validation
void *signature; // for validation
struct SRpcConn *pConn; // pConn allocated
char msgType; // message type
uint8_t *pCont; // content provided by app