Searched defs:TagAppSpawnReqMsgMgr (Results 1 – 1 of 1) sorted by relevance
62 typedef struct TagAppSpawnReqMsgMgr { struct63 AppSpawnClientType type;64 uint32_t maxRetryCount;65 uint32_t timeout;66 uint32_t msgNextId;67 int socketId;68 pthread_mutex_t mutex;69 AppSpawnMsgBlock recvBlock; // 消息接收缓存