diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/sunrpc/xprtsock.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/linux/sunrpc/xprtsock.h b/include/linux/sunrpc/xprtsock.h index 90d5ca8e65f4..005cfb6e7238 100644 --- a/include/linux/sunrpc/xprtsock.h +++ b/include/linux/sunrpc/xprtsock.h @@ -43,6 +43,13 @@ struct sock_xprt { } recv; /* + * State of TCP transmit queue + */ + struct { + u32 offset; + } xmit; + + /* * Connection of transports */ unsigned long sock_state; |
