diff options
Diffstat (limited to 'net/rds/tcp.h')
-rw-r--r-- | net/rds/tcp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rds/tcp.h b/net/rds/tcp.h index 864ca7d8f019..c6fa080e9b6d 100644 --- a/net/rds/tcp.h +++ b/net/rds/tcp.h | |||
@@ -12,6 +12,7 @@ struct rds_tcp_incoming { | |||
12 | struct rds_tcp_connection { | 12 | struct rds_tcp_connection { |
13 | 13 | ||
14 | struct list_head t_tcp_node; | 14 | struct list_head t_tcp_node; |
15 | bool t_tcp_node_detached; | ||
15 | struct rds_conn_path *t_cpath; | 16 | struct rds_conn_path *t_cpath; |
16 | /* t_conn_path_lock synchronizes the connection establishment between | 17 | /* t_conn_path_lock synchronizes the connection establishment between |
17 | * rds_tcp_accept_one and rds_tcp_conn_path_connect | 18 | * rds_tcp_accept_one and rds_tcp_conn_path_connect |