summaryrefslogtreecommitdiffstats
path: root/xlators/nfs/server/src/nfs.h
diff options
context:
space:
mode:
authorGaurav <gaurav@gluster.com>2011-04-27 03:32:38 +0000
committerAnand Avati <avati@gluster.com>2011-05-19 20:14:20 -0700
commite769393b7eba8aedfd764ca3a0a519d9e3f1212e (patch)
treeb32f5e0411483137bf24305d82804cee2329a924 /xlators/nfs/server/src/nfs.h
parent7bb3165eac9e21f60231c7b91c4e2e879daab796 (diff)
NFS : Maintain common state for MOUNT1 and MOUNT3.
Signed-off-by: Gaurav <gaurav@gluster.com> Signed-off-by: Anand Avati <avati@gluster.com> BUG: 2695 (Mac host showmount -a not working.) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2695
Diffstat (limited to 'xlators/nfs/server/src/nfs.h')
-rw-r--r--xlators/nfs/server/src/nfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/nfs/server/src/nfs.h b/xlators/nfs/server/src/nfs.h
index 7b93cd56eec..01ad705b61f 100644
--- a/xlators/nfs/server/src/nfs.h
+++ b/xlators/nfs/server/src/nfs.h
@@ -62,6 +62,7 @@ struct nfs_initer_list {
struct nfs_state {
rpcsvc_t *rpcsvc;
struct list_head versions;
+ struct mount3_state *mstate;
struct mem_pool *foppool;
unsigned int memfactor;
xlator_list_t *subvols;