summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-lib/src/rpc-clnt.h
diff options
context:
space:
mode:
Diffstat (limited to 'rpc/rpc-lib/src/rpc-clnt.h')
-rw-r--r--rpc/rpc-lib/src/rpc-clnt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rpc/rpc-lib/src/rpc-clnt.h b/rpc/rpc-lib/src/rpc-clnt.h
index f439d538761..6492a81f24e 100644
--- a/rpc/rpc-lib/src/rpc-clnt.h
+++ b/rpc/rpc-lib/src/rpc-clnt.h
@@ -146,6 +146,8 @@ struct rpc_clnt_connection {
int32_t ping_started;
char *name;
int32_t ping_timeout;
+ uint64_t pingcnt;
+ uint64_t msgcnt;
};
typedef struct rpc_clnt_connection rpc_clnt_connection_t;