diff options
author | Shreyas Siravara <sshreyas@fb.com> | 2017-12-06 07:41:19 -0800 |
---|---|---|
committer | Jeff Darcy <jeff@pl.atyp.us> | 2017-12-08 20:40:03 +0000 |
commit | 742a4eed244833761697646044f20675d1411292 (patch) | |
tree | ca7f449b23c9d9a8336d0ed4f34b5beb0c265f94 /xlators/nfs/server/src/nfs.h | |
parent | 5a29779aceec59069511cec7eff9b314e819eacc (diff) |
nfs: Enable multi-core epoll support in gNFSd
Change-Id: Ie8a7b1ba04b0e83f5ec7a09f9d181fe59be479ca
BUG: 1522847
Signed-off-by: Shreyas Siravara <sshreyas@fb.com>
Diffstat (limited to 'xlators/nfs/server/src/nfs.h')
-rw-r--r-- | xlators/nfs/server/src/nfs.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xlators/nfs/server/src/nfs.h b/xlators/nfs/server/src/nfs.h index 9bcc88f5548..33ba419a573 100644 --- a/xlators/nfs/server/src/nfs.h +++ b/xlators/nfs/server/src/nfs.h @@ -93,13 +93,14 @@ struct nfs_state { char *rmtab; struct rpc_clnt *rpc_clnt; gf_boolean_t server_aux_gids; - uint32_t server_aux_gids_max_age; - gid_cache_t gid_cache; + uint32_t server_aux_gids_max_age; + gid_cache_t gid_cache; uint32_t generation; gf_boolean_t register_portmap; char *rpc_statd; char *rpc_statd_pid_file; gf_boolean_t rdirplus; + uint32_t event_threads; }; struct nfs_inode_ctx { |