diff options
Diffstat (limited to 'net/tipc/bcast.h')
-rw-r--r-- | net/tipc/bcast.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/bcast.h b/net/tipc/bcast.h index 484bde289d3a..dadad953e2be 100644 --- a/net/tipc/bcast.h +++ b/net/tipc/bcast.h | |||
@@ -101,7 +101,7 @@ int tipc_bclink_reset_stats(struct net *net); | |||
101 | u32 tipc_bcast_get_broadcast_mode(struct net *net); | 101 | u32 tipc_bcast_get_broadcast_mode(struct net *net); |
102 | u32 tipc_bcast_get_broadcast_ratio(struct net *net); | 102 | u32 tipc_bcast_get_broadcast_ratio(struct net *net); |
103 | 103 | ||
104 | void tipc_mcast_filter_msg(struct sk_buff_head *defq, | 104 | void tipc_mcast_filter_msg(struct net *net, struct sk_buff_head *defq, |
105 | struct sk_buff_head *inputq); | 105 | struct sk_buff_head *inputq); |
106 | 106 | ||
107 | static inline void tipc_bcast_lock(struct net *net) | 107 | static inline void tipc_bcast_lock(struct net *net) |