aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/lockd/sm_inter.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/lockd/sm_inter.h')
-rw-r--r--include/linux/lockd/sm_inter.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/lockd/sm_inter.h b/include/linux/lockd/sm_inter.h
index 1080bb6ae3150d..fc61d40964dadf 100644
--- a/include/linux/lockd/sm_inter.h
+++ b/include/linux/lockd/sm_inter.h
@@ -28,7 +28,8 @@ struct nsm_args {
u32 prog; /* RPC callback info */
u32 vers;
u32 proc;
- u32 proto; /* protocol (udp/tcp) plus server/client flag */
+
+ char * mon_name;
};
/*
@@ -41,6 +42,6 @@ struct nsm_res {
int nsm_monitor(struct nlm_host *);
int nsm_unmonitor(struct nlm_host *);
-extern u32 nsm_local_state;
+extern int nsm_local_state;
#endif /* LINUX_LOCKD_SM_INTER_H */