diff options
Diffstat (limited to 'xlators/protocol/client/src/client.h')
| -rw-r--r-- | xlators/protocol/client/src/client.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/protocol/client/src/client.h b/xlators/protocol/client/src/client.h index ac999db5a16..035a3ecd764 100644 --- a/xlators/protocol/client/src/client.h +++ b/xlators/protocol/client/src/client.h @@ -109,6 +109,9 @@ typedef struct clnt_conf {                                                        means dont register, true                                                        means register */          char                   parent_down; + +        gf_boolean_t           filter_o_direct; /* if set, filter O_DIRECT from +                                                   the flags list of open() */  } clnt_conf_t;  typedef struct _client_fd_ctx {  | 
