X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fsunrpc%2Fclnt.h;fp=include%2Flinux%2Fsunrpc%2Fclnt.h;h=62f97051cbe95cc98ec71d59a7cef309caadf2d0;hb=9bf4aaab3e101692164d49b7ca357651eb691cb6;hp=917ec29d789b982e626948cc066ef3918d22f613;hpb=db216c3d5e4c040e557a50f8f5d35d5c415e8c1c;p=linux-2.6.git diff --git a/include/linux/sunrpc/clnt.h b/include/linux/sunrpc/clnt.h index 917ec29d7..62f97051c 100644 --- a/include/linux/sunrpc/clnt.h +++ b/include/linux/sunrpc/clnt.h @@ -53,7 +53,8 @@ struct rpc_clnt { cl_autobind : 1,/* use getport() */ cl_droppriv : 1,/* enable NFS suid hack */ cl_oneshot : 1,/* dispose after use */ - cl_dead : 1;/* abandoned */ + cl_dead : 1,/* abandoned */ + cl_tagxid : 1;/* do xid tagging */ struct rpc_rtt * cl_rtt; /* RTO estimator data */ struct rpc_portmap * cl_pmap; /* port mapping */