rename a structure
This commit is contained in:
parent
d30ab1c58e
commit
f2b41206ce
|
@ -41,7 +41,7 @@ typedef struct {
|
|||
SRpcMsg rpcMsg;
|
||||
} SWriteMsg;
|
||||
|
||||
typedef struct _wworker_pool {
|
||||
typedef struct {
|
||||
int32_t max; // max number of workers
|
||||
int32_t nextId; // from 0 to max-1, cyclic
|
||||
SWriteWorker *writeWorker;
|
||||
|
|
Loading…
Reference in New Issue