diff options
Diffstat (limited to 'net/tipc/bcast.h')
-rw-r--r-- | net/tipc/bcast.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/tipc/bcast.h b/net/tipc/bcast.h index 00330c45df3e..4875d9536aee 100644 --- a/net/tipc/bcast.h +++ b/net/tipc/bcast.h | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * net/tipc/bcast.h: Include file for TIPC broadcast code | 2 | * net/tipc/bcast.h: Include file for TIPC broadcast code |
3 | * | 3 | * |
4 | * Copyright (c) 2003-2006, Ericsson AB | 4 | * Copyright (c) 2003-2006, 2014, Ericsson AB |
5 | * Copyright (c) 2005, 2010-2011, Wind River Systems | 5 | * Copyright (c) 2005, 2010-2011, Wind River Systems |
6 | * All rights reserved. | 6 | * All rights reserved. |
7 | * | 7 | * |
@@ -89,7 +89,6 @@ void tipc_bclink_add_node(u32 addr); | |||
89 | void tipc_bclink_remove_node(u32 addr); | 89 | void tipc_bclink_remove_node(u32 addr); |
90 | struct tipc_node *tipc_bclink_retransmit_to(void); | 90 | struct tipc_node *tipc_bclink_retransmit_to(void); |
91 | void tipc_bclink_acknowledge(struct tipc_node *n_ptr, u32 acked); | 91 | void tipc_bclink_acknowledge(struct tipc_node *n_ptr, u32 acked); |
92 | int tipc_bclink_xmit(struct sk_buff *buf); | ||
93 | void tipc_bclink_rcv(struct sk_buff *buf); | 92 | void tipc_bclink_rcv(struct sk_buff *buf); |
94 | u32 tipc_bclink_get_last_sent(void); | 93 | u32 tipc_bclink_get_last_sent(void); |
95 | u32 tipc_bclink_acks_missing(struct tipc_node *n_ptr); | 94 | u32 tipc_bclink_acks_missing(struct tipc_node *n_ptr); |
@@ -98,5 +97,7 @@ int tipc_bclink_stats(char *stats_buf, const u32 buf_size); | |||
98 | int tipc_bclink_reset_stats(void); | 97 | int tipc_bclink_reset_stats(void); |
99 | int tipc_bclink_set_queue_limits(u32 limit); | 98 | int tipc_bclink_set_queue_limits(u32 limit); |
100 | void tipc_bcbearer_sort(struct tipc_node_map *nm_ptr, u32 node, bool action); | 99 | void tipc_bcbearer_sort(struct tipc_node_map *nm_ptr, u32 node, bool action); |
100 | uint tipc_bclink_get_mtu(void); | ||
101 | int tipc_bclink_xmit(struct sk_buff *buf); | ||
101 | 102 | ||
102 | #endif | 103 | #endif |