diff options
Diffstat (limited to 'xlators/nfs/server/src/nfs.h')
| -rw-r--r-- | xlators/nfs/server/src/nfs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xlators/nfs/server/src/nfs.h b/xlators/nfs/server/src/nfs.h index 4f5faf29f6b..6a02ae14d24 100644 --- a/xlators/nfs/server/src/nfs.h +++ b/xlators/nfs/server/src/nfs.h @@ -102,6 +102,10 @@ struct nfs_state { char *rpc_statd; char *rpc_statd_pid_file; gf_boolean_t rdirplus; + + unsigned int client_max_idle_seconds; + unsigned int idle_conn_check_interval; + gf_boolean_t close_idle_clients; }; struct nfs_inode_ctx { |
