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 640c6fcef72..4cbcb65784a 100644 --- a/fs/ocfs2/cluster/tcp_internal.h +++ b/fs/ocfs2/cluster/tcp_internal.h | |||
@@ -184,6 +184,8 @@ struct o2net_sock_container { | |||
184 | ktime_t sc_tv_send_total; | 184 | ktime_t sc_tv_send_total; |
185 | ktime_t sc_tv_status_total; | 185 | ktime_t sc_tv_status_total; |
186 | u32 sc_send_count; | 186 | u32 sc_send_count; |
187 | u32 sc_recv_count; | ||
188 | ktime_t sc_tv_process_total; | ||
187 | #endif | 189 | #endif |
188 | struct mutex sc_send_lock; | 190 | struct mutex sc_send_lock; |
189 | }; | 191 | }; |