rename a structure to remove the duplication
This commit is contained in:
parent
2ce6142cdc
commit
a1f675c8d1
|
@ -40,7 +40,7 @@ typedef struct {
|
||||||
SRpcMsg rpcMsg;
|
SRpcMsg rpcMsg;
|
||||||
} SWriteMsg;
|
} SWriteMsg;
|
||||||
|
|
||||||
typedef struct _thread_obj {
|
typedef struct _wworker_pool {
|
||||||
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;
|
||||||
|
|
Loading…
Reference in New Issue