NLM: Decode "priv" argument of NLMPROC_SM_NOTIFY as an opaque
[deliverable/linux.git] / include / linux / lockd / xdr.h
index d6b3a802c0469a8e65311058167b6e2d5bacd76c..6338866222a8fd1b4797058cf22251d718bedd34 100644 (file)
 #include <linux/nfs.h>
 #include <linux/sunrpc/xdr.h>
 
+#define SM_PRIV_SIZE           16
+
+struct nsm_private {
+       unsigned char           data[SM_PRIV_SIZE];
+};
+
 struct svc_rqst;
 
 #define NLM_MAXCOOKIELEN       32
@@ -77,10 +83,10 @@ struct nlm_res {
  * statd callback when client has rebooted
  */
 struct nlm_reboot {
-       char *          mon;
-       unsigned int    len;
-       u32             state;
-       __be32          addr;
+       char                    *mon;
+       unsigned int            len;
+       u32                     state;
+       struct nsm_private      priv;
 };
 
 /*
This page took 0.030651 seconds and 5 git commands to generate.