diff options
Diffstat (limited to 'include/net/inet_sock.h')
-rw-r--r-- | include/net/inet_sock.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/inet_sock.h b/include/net/inet_sock.h index 643e26be058e..e97b66e2a9d0 100644 --- a/include/net/inet_sock.h +++ b/include/net/inet_sock.h | |||
@@ -129,7 +129,8 @@ struct inet_sock { | |||
129 | is_icsk:1, | 129 | is_icsk:1, |
130 | freebind:1, | 130 | freebind:1, |
131 | hdrincl:1, | 131 | hdrincl:1, |
132 | mc_loop:1; | 132 | mc_loop:1, |
133 | transparent:1; | ||
133 | int mc_index; | 134 | int mc_index; |
134 | __be32 mc_addr; | 135 | __be32 mc_addr; |
135 | struct ip_mc_socklist *mc_list; | 136 | struct ip_mc_socklist *mc_list; |