patch-2.2.14 linux/include/linux/sunrpc/xprt.h
Next file: linux/include/linux/swap.h
Previous file: linux/include/linux/sunrpc/svcsock.h
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Tue Jan 4 10:12:25 2000
- Orig file:
v2.2.13/linux/include/linux/sunrpc/xprt.h
- Orig date:
Tue May 11 10:35:45 1999
diff -u --recursive --new-file v2.2.13/linux/include/linux/sunrpc/xprt.h linux/include/linux/sunrpc/xprt.h
@@ -124,8 +124,10 @@
struct rpc_xprt {
struct rpc_xprt * link; /* list of all clients */
struct rpc_xprt * rx_pending; /* receive pending list */
+ struct rpc_xprt * tx_pending; /* transmit pending list */
- int rx_pending_flag;/* are we on the pending list ? */
+ int rx_pending_flag;/* are we on the rcv pending list ? */
+ int tx_pending_flag;/* are we on the xmit 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 (who was at: slshen@lbl.gov)