opt transport
This commit is contained in:
parent
1685fab216
commit
2cdaa8c962
|
@ -126,6 +126,7 @@ typedef struct SRpcInit {
|
||||||
int32_t timeToGetConn;
|
int32_t timeToGetConn;
|
||||||
int8_t supportBatch; // 0: no batch, 1. batch
|
int8_t supportBatch; // 0: no batch, 1. batch
|
||||||
int32_t batchSize;
|
int32_t batchSize;
|
||||||
|
int8_t shareConn; // 0: no share, 1. share
|
||||||
void *parent;
|
void *parent;
|
||||||
} SRpcInit;
|
} SRpcInit;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue