diff options
Diffstat (limited to 'xlators/nfs/server/src/nfs.h')
| -rw-r--r-- | xlators/nfs/server/src/nfs.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/nfs/server/src/nfs.h b/xlators/nfs/server/src/nfs.h index 00c7f80469c..fc745fbbdc4 100644 --- a/xlators/nfs/server/src/nfs.h +++ b/xlators/nfs/server/src/nfs.h @@ -86,6 +86,8 @@ struct nfs_state {  	gid_cache_t		gid_cache;          uint32_t                generation;          gf_boolean_t            register_portmap; +        char                    *rpc_statd; +        char                    *rpc_statd_pid_file;  };  struct nfs_inode_ctx {  | 
