patch-2.1.113 linux/include/linux/sunrpc/xprt.h

Next file: linux/include/linux/zorro.h
Previous file: linux/include/linux/socket.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.112/linux/include/linux/sunrpc/xprt.h linux/include/linux/sunrpc/xprt.h
@@ -117,6 +117,9 @@
 
 struct rpc_xprt {
 	struct rpc_xprt *	link;		/* list of all clients */
+	struct rpc_xprt *	rx_pending;	/* receive pending list */
+	
+	int 			rx_pending_flag;/* are we on the pending list ? */
 
 	struct file *		file;		/* VFS layer */
 	struct socket *		sock;		/* BSD socket layer */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov