diff options
Diffstat (limited to 'net/tipc/node.h')
-rw-r--r-- | net/tipc/node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tipc/node.h b/net/tipc/node.h index acd58d23a70e..4ce5e3a185c0 100644 --- a/net/tipc/node.h +++ b/net/tipc/node.h | |||
@@ -65,6 +65,7 @@ void tipc_node_check_dest(struct net *net, u32 onode, | |||
65 | struct tipc_media_addr *maddr, | 65 | struct tipc_media_addr *maddr, |
66 | bool *respond, bool *dupl_addr); | 66 | bool *respond, bool *dupl_addr); |
67 | void tipc_node_delete_links(struct net *net, int bearer_id); | 67 | void tipc_node_delete_links(struct net *net, int bearer_id); |
68 | void tipc_node_apply_tolerance(struct net *net, struct tipc_bearer *b); | ||
68 | int tipc_node_get_linkname(struct net *net, u32 bearer_id, u32 node, | 69 | int tipc_node_get_linkname(struct net *net, u32 bearer_id, u32 node, |
69 | char *linkname, size_t len); | 70 | char *linkname, size_t len); |
70 | int tipc_node_xmit(struct net *net, struct sk_buff_head *list, u32 dnode, | 71 | int tipc_node_xmit(struct net *net, struct sk_buff_head *list, u32 dnode, |