diff options
Diffstat (limited to 'net/tipc/node.h')
-rw-r--r-- | net/tipc/node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/node.h b/net/tipc/node.h index f24b83500df1..bb271a37c93f 100644 --- a/net/tipc/node.h +++ b/net/tipc/node.h | |||
@@ -67,7 +67,7 @@ void tipc_node_check_dest(struct net *net, u32 onode, u8 *peer_id128, | |||
67 | struct tipc_media_addr *maddr, | 67 | struct tipc_media_addr *maddr, |
68 | bool *respond, bool *dupl_addr); | 68 | bool *respond, bool *dupl_addr); |
69 | void tipc_node_delete_links(struct net *net, int bearer_id); | 69 | void tipc_node_delete_links(struct net *net, int bearer_id); |
70 | void tipc_node_apply_tolerance(struct net *net, struct tipc_bearer *b); | 70 | void tipc_node_apply_property(struct net *net, struct tipc_bearer *b, int prop); |
71 | int tipc_node_get_linkname(struct net *net, u32 bearer_id, u32 node, | 71 | int tipc_node_get_linkname(struct net *net, u32 bearer_id, u32 node, |
72 | char *linkname, size_t len); | 72 | char *linkname, size_t len); |
73 | int tipc_node_xmit(struct net *net, struct sk_buff_head *list, u32 dnode, | 73 | int tipc_node_xmit(struct net *net, struct sk_buff_head *list, u32 dnode, |