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 c3c8aaec0dc..5ee480367cb 100644 --- a/xlators/protocol/client/src/client.h +++ b/xlators/protocol/client/src/client.h @@ -235,6 +235,11 @@ typedef struct clnt_conf {          gf_boolean_t           child_up; /* Set to true, when child is up, and                                            * false, when child is down */ + +        gf_boolean_t           can_log_disconnect; /* socket level connection is +                                                    * up, disconnects can be +                                                    * logged +                                                    */  } clnt_conf_t;  typedef struct _client_fd_ctx {  | 
