diff options
Diffstat (limited to 'fs/ocfs2/cluster/tcp_internal.h')
-rw-r--r-- | fs/ocfs2/cluster/tcp_internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ocfs2/cluster/tcp_internal.h b/fs/ocfs2/cluster/tcp_internal.h index 177927a8f007..4dae5df5e467 100644 --- a/fs/ocfs2/cluster/tcp_internal.h +++ b/fs/ocfs2/cluster/tcp_internal.h | |||
@@ -155,6 +155,8 @@ struct o2net_sock_container { | |||
155 | struct timeval sc_tv_func_stop; | 155 | struct timeval sc_tv_func_stop; |
156 | u32 sc_msg_key; | 156 | u32 sc_msg_key; |
157 | u16 sc_msg_type; | 157 | u16 sc_msg_type; |
158 | |||
159 | struct mutex sc_send_lock; | ||
158 | }; | 160 | }; |
159 | 161 | ||
160 | struct o2net_msg_handler { | 162 | struct o2net_msg_handler { |