|
@@ -202,6 +202,7 @@ struct tipc_port;
|
|
struct tipc_link *tipc_link_create(struct tipc_node *n_ptr,
|
|
struct tipc_link *tipc_link_create(struct tipc_node *n_ptr,
|
|
struct tipc_bearer *b_ptr,
|
|
struct tipc_bearer *b_ptr,
|
|
const struct tipc_media_addr *media_addr);
|
|
const struct tipc_media_addr *media_addr);
|
|
|
|
+void tipc_link_delete(struct tipc_link *link);
|
|
void tipc_link_delete_list(struct net *net, unsigned int bearer_id,
|
|
void tipc_link_delete_list(struct net *net, unsigned int bearer_id,
|
|
bool shutting_down);
|
|
bool shutting_down);
|
|
void tipc_link_failover_send_queue(struct tipc_link *l_ptr);
|
|
void tipc_link_failover_send_queue(struct tipc_link *l_ptr);
|