SUNRPC: Make rpc_clnt store the multipath iterators
[deliverable/linux.git] / include / linux / sunrpc / clnt.h
index 0c5c2cbe96c922b12ceb84c58778054516ab5f3b..1713e41d65ae279f8ba8476d31346b13706ac42e 100644 (file)
@@ -25,6 +25,7 @@
 #include <asm/signal.h>
 #include <linux/path.h>
 #include <net/ipv6.h>
+#include <linux/sunrpc/xprtmultipath.h>
 
 struct rpc_inode;
 
@@ -67,6 +68,7 @@ struct rpc_clnt {
 #if IS_ENABLED(CONFIG_SUNRPC_DEBUG)
        struct dentry           *cl_debugfs;    /* debugfs directory */
 #endif
+       struct rpc_xprt_iter    cl_xpi;
 };
 
 /*
This page took 0.025709 seconds and 5 git commands to generate.