Merge pull request #1605 from taosdata/enhance/structure
rename a structure
This commit is contained in:
commit
af956b6935
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue