diff options
| author | Krishna Srinivas <krishna@zresearch.com> | 2009-02-24 06:53:21 -0800 | 
|---|---|---|
| committer | Anand V. Avati <avati@amp.gluster.com> | 2009-02-25 16:48:35 +0530 | 
| commit | 1d556afdf8bf5459a1ea1a27ed5638d440439666 (patch) | |
| tree | 03567d9ec3bdbbd2ba24b40807a4b90179041f35 /xlators/protocol/client/src/client-protocol.h | |
| parent | 8479df9809107f20df31afb332b8fb6a1931b861 (diff) | |
Ping timer does not timeout in case there is any activity (cbks) from the server side.
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'xlators/protocol/client/src/client-protocol.h')
| -rw-r--r-- | xlators/protocol/client/src/client-protocol.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/protocol/client/src/client-protocol.h b/xlators/protocol/client/src/client-protocol.h index c90cc980d..07898bba4 100644 --- a/xlators/protocol/client/src/client-protocol.h +++ b/xlators/protocol/client/src/client-protocol.h @@ -90,6 +90,7 @@ struct client_connection {  	int32_t              transport_timeout;  	int32_t              ping_started;  	int32_t              ping_timeout; +	int32_t              transport_activity;  	gf_timer_t          *reconnect;  	char                 connected;  	uint64_t             max_block_size;  | 
