From 2cdaa8c96246b765135eeb12b74e3d7fa1d309c9 Mon Sep 17 00:00:00 2001 From: Yihao Deng Date: Wed, 29 May 2024 09:19:27 +0000 Subject: [PATCH] opt transport --- include/libs/transport/trpc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/libs/transport/trpc.h b/include/libs/transport/trpc.h index 95f70c8ff3..e6b59fd814 100644 --- a/include/libs/transport/trpc.h +++ b/include/libs/transport/trpc.h @@ -126,6 +126,7 @@ typedef struct SRpcInit { int32_t timeToGetConn; int8_t supportBatch; // 0: no batch, 1. batch int32_t batchSize; + int8_t shareConn; // 0: no share, 1. share void *parent; } SRpcInit;