This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / lockd / lockd.h
index 1756027..5a173a6 100644 (file)
@@ -42,6 +42,7 @@ struct nlm_host {
        struct rpc_clnt *       h_rpcclnt;      /* RPC client to talk to peer */
        char                    h_name[20];     /* remote hostname */
        u32                     h_version;      /* interface version */
+       rpc_authflavor_t        h_authflavor;   /* RPC authentication type */
        unsigned short          h_proto;        /* transport proto */
        unsigned short          h_reclaiming : 1,
                                h_server     : 1, /* server side, not client side */