diff options
Diffstat (limited to 'net/tipc/link.h')
| -rw-r--r-- | net/tipc/link.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tipc/link.h b/net/tipc/link.h index f06b779c9f75..3e3432b3044e 100644 --- a/net/tipc/link.h +++ b/net/tipc/link.h | |||
| @@ -202,6 +202,7 @@ struct tipc_port; | |||
| 202 | struct tipc_link *tipc_link_create(struct tipc_node *n_ptr, | 202 | struct tipc_link *tipc_link_create(struct tipc_node *n_ptr, |
| 203 | struct tipc_bearer *b_ptr, | 203 | struct tipc_bearer *b_ptr, |
| 204 | const struct tipc_media_addr *media_addr); | 204 | const struct tipc_media_addr *media_addr); |
| 205 | void tipc_link_delete(struct tipc_link *link); | ||
| 205 | void tipc_link_delete_list(struct net *net, unsigned int bearer_id, | 206 | void tipc_link_delete_list(struct net *net, unsigned int bearer_id, |
| 206 | bool shutting_down); | 207 | bool shutting_down); |
| 207 | void tipc_link_failover_send_queue(struct tipc_link *l_ptr); | 208 | void tipc_link_failover_send_queue(struct tipc_link *l_ptr); |
