diff options
Diffstat (limited to 'include/linux/sunrpc')
| -rw-r--r-- | include/linux/sunrpc/xprtsock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/xprtsock.h b/include/linux/sunrpc/xprtsock.h index 0ece4ba06f06..bef3fb0abb8f 100644 --- a/include/linux/sunrpc/xprtsock.h +++ b/include/linux/sunrpc/xprtsock.h | |||
| @@ -80,6 +80,7 @@ struct sock_xprt { | |||
| 80 | #define TCP_RPC_REPLY (1UL << 6) | 80 | #define TCP_RPC_REPLY (1UL << 6) |
| 81 | 81 | ||
| 82 | #define XPRT_SOCK_CONNECTING 1U | 82 | #define XPRT_SOCK_CONNECTING 1U |
| 83 | #define XPRT_SOCK_DATA_READY (2) | ||
| 83 | 84 | ||
| 84 | #endif /* __KERNEL__ */ | 85 | #endif /* __KERNEL__ */ |
| 85 | 86 | ||
