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 03f5efb62cfb..4f59a30e989a 100644 --- a/net/tipc/node.h +++ b/net/tipc/node.h | |||
@@ -65,6 +65,7 @@ enum { | |||
65 | 65 | ||
66 | void tipc_node_stop(struct net *net); | 66 | void tipc_node_stop(struct net *net); |
67 | bool tipc_node_get_id(struct net *net, u32 addr, u8 *id); | 67 | bool tipc_node_get_id(struct net *net, u32 addr, u8 *id); |
68 | u32 tipc_node_get_addr(struct tipc_node *node); | ||
68 | u32 tipc_node_try_addr(struct net *net, u8 *id, u32 addr); | 69 | u32 tipc_node_try_addr(struct net *net, u8 *id, u32 addr); |
69 | void tipc_node_check_dest(struct net *net, u32 onode, u8 *peer_id128, | 70 | void tipc_node_check_dest(struct net *net, u32 onode, u8 *peer_id128, |
70 | struct tipc_bearer *bearer, | 71 | struct tipc_bearer *bearer, |