diff options
Diffstat (limited to 'xlators/protocol/client/src/client.h')
| -rw-r--r-- | xlators/protocol/client/src/client.h | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/xlators/protocol/client/src/client.h b/xlators/protocol/client/src/client.h index 9d8a818aa9f..420674910a8 100644 --- a/xlators/protocol/client/src/client.h +++ b/xlators/protocol/client/src/client.h @@ -109,6 +109,11 @@ typedef struct clnt_conf {                                                        means dont register, true                                                        means register */          char                   parent_down; +	gf_boolean_t           quick_reconnect; /* When reconnecting after +						   portmap query, do not let +						   the reconnection happen after +						   the usual 3-second wait +						*/  } clnt_conf_t;  typedef struct _client_fd_ctx {  | 
