diff options
Diffstat (limited to 'net/tipc/bcast.h')
| -rw-r--r-- | net/tipc/bcast.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/tipc/bcast.h b/net/tipc/bcast.h index e7b0f85a82bc..644d79129fba 100644 --- a/net/tipc/bcast.h +++ b/net/tipc/bcast.h | |||
| @@ -37,6 +37,8 @@ | |||
| 37 | #ifndef _TIPC_BCAST_H | 37 | #ifndef _TIPC_BCAST_H |
| 38 | #define _TIPC_BCAST_H | 38 | #define _TIPC_BCAST_H |
| 39 | 39 | ||
| 40 | #include "netlink.h" | ||
| 41 | |||
| 40 | #define MAX_NODES 4096 | 42 | #define MAX_NODES 4096 |
| 41 | #define WSIZE 32 | 43 | #define WSIZE 32 |
| 42 | #define TIPC_BCLINK_RESET 1 | 44 | #define TIPC_BCLINK_RESET 1 |
| @@ -98,6 +100,8 @@ int tipc_bclink_reset_stats(void); | |||
| 98 | int tipc_bclink_set_queue_limits(u32 limit); | 100 | int tipc_bclink_set_queue_limits(u32 limit); |
| 99 | void tipc_bcbearer_sort(struct tipc_node_map *nm_ptr, u32 node, bool action); | 101 | void tipc_bcbearer_sort(struct tipc_node_map *nm_ptr, u32 node, bool action); |
| 100 | uint tipc_bclink_get_mtu(void); | 102 | uint tipc_bclink_get_mtu(void); |
| 101 | int tipc_bclink_xmit(struct sk_buff *buf); | 103 | int tipc_bclink_xmit(struct sk_buff_head *list); |
| 102 | void tipc_bclink_wakeup_users(void); | 104 | void tipc_bclink_wakeup_users(void); |
| 105 | int tipc_nl_add_bc_link(struct tipc_nl_msg *msg); | ||
| 106 | |||
| 103 | #endif | 107 | #endif |
