diff options
Diffstat (limited to 'include/net/inetpeer.h')
-rw-r--r-- | include/net/inetpeer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/inetpeer.h b/include/net/inetpeer.h index 87b1df0d4d8c..617404730422 100644 --- a/include/net/inetpeer.h +++ b/include/net/inetpeer.h | |||
@@ -26,6 +26,7 @@ struct inet_peer { | |||
26 | atomic_t ip_id_count; /* IP ID for the next packet */ | 26 | atomic_t ip_id_count; /* IP ID for the next packet */ |
27 | __u32 tcp_ts; | 27 | __u32 tcp_ts; |
28 | __u32 tcp_ts_stamp; | 28 | __u32 tcp_ts_stamp; |
29 | struct rcu_head rcu; | ||
29 | }; | 30 | }; |
30 | 31 | ||
31 | void inet_initpeers(void) __init; | 32 | void inet_initpeers(void) __init; |