rename a structure

This commit is contained in:
Jeff Tao 2020-04-13 19:25:08 +08:00
parent d30ab1c58e
commit f2b41206ce
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ typedef struct {
SRpcMsg rpcMsg; SRpcMsg rpcMsg;
} SWriteMsg; } SWriteMsg;
typedef struct _wworker_pool { typedef struct {
int32_t max; // max number of workers int32_t max; // max number of workers
int32_t nextId; // from 0 to max-1, cyclic int32_t nextId; // from 0 to max-1, cyclic
SWriteWorker *writeWorker; SWriteWorker *writeWorker;