diff options
Diffstat (limited to 'include/net/if_inet6.h')
-rw-r--r-- | include/net/if_inet6.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/if_inet6.h b/include/net/if_inet6.h index d8234f9bd4c4..eb8afe3499a9 100644 --- a/include/net/if_inet6.h +++ b/include/net/if_inet6.h | |||
@@ -83,6 +83,7 @@ struct ipv6_mc_socklist | |||
83 | struct in6_addr addr; | 83 | struct in6_addr addr; |
84 | int ifindex; | 84 | int ifindex; |
85 | struct ipv6_mc_socklist *next; | 85 | struct ipv6_mc_socklist *next; |
86 | rwlock_t sflock; | ||
86 | unsigned int sfmode; /* MCAST_{INCLUDE,EXCLUDE} */ | 87 | unsigned int sfmode; /* MCAST_{INCLUDE,EXCLUDE} */ |
87 | struct ip6_sf_socklist *sflist; | 88 | struct ip6_sf_socklist *sflist; |
88 | }; | 89 | }; |