summaryrefslogtreecommitdiffstats
path: root/xlators/nfs/server/src/nlm4.h
diff options
context:
space:
mode:
authorKrishna Srinivas <ksriniva@redhat.com>2012-04-05 18:42:25 +0530
committerVijay Bellur <vijay@gluster.com>2012-04-20 06:01:50 -0700
commitd10e17bf59966d66ebe4ea5627cf89b10bcd5fe8 (patch)
tree544e9eb154b15cca37c2691876537f5141bec7e9 /xlators/nfs/server/src/nlm4.h
parent443806fcfa6332163e08a63620e54d2f6be3996e (diff)
nlm: register client name with statd for blocking, nonblocking and reclaim lock calls
Change-Id: If983f7b2f94703442e0745c5cbd2701edb2a972a BUG: 809362 Signed-off-by: Krishna Srinivas <ksriniva@redhat.com> Reviewed-on: http://review.gluster.com/3097 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vijay@gluster.com>
Diffstat (limited to 'xlators/nfs/server/src/nlm4.h')
-rw-r--r--xlators/nfs/server/src/nlm4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/nfs/server/src/nlm4.h b/xlators/nfs/server/src/nlm4.h
index 3c00186d971..db5874387f4 100644
--- a/xlators/nfs/server/src/nlm4.h
+++ b/xlators/nfs/server/src/nlm4.h
@@ -62,6 +62,7 @@ typedef struct nlm_client {
struct list_head fdes;
struct rpc_clnt *rpc_clnt;
char *caller_name;
+ int nsm_monitor;
} nlm_client_t;
typedef struct nlm_fde {