diff options
Diffstat (limited to 'xlators/protocol/server/src/server.h')
| -rw-r--r-- | xlators/protocol/server/src/server.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/protocol/server/src/server.h b/xlators/protocol/server/src/server.h index 09a2d74ff2b..ea15b561be7 100644 --- a/xlators/protocol/server/src/server.h +++ b/xlators/protocol/server/src/server.h @@ -204,6 +204,9 @@ struct _server_state {          struct iobuf     *rsp_iobuf;          struct iobref    *rsp_iobref;          compound_args_t  *args; + +        /* subdir mount */ +        client_t         *client;  };  | 
