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 e8f692598e4d..8439e0ee53a8 100644 --- a/net/tipc/link.h +++ b/net/tipc/link.h | |||
@@ -148,4 +148,5 @@ int tipc_link_bc_sync_rcv(struct tipc_link *l, struct tipc_msg *hdr, | |||
148 | struct sk_buff_head *xmitq); | 148 | struct sk_buff_head *xmitq); |
149 | int tipc_link_bc_nack_rcv(struct tipc_link *l, struct sk_buff *skb, | 149 | int tipc_link_bc_nack_rcv(struct tipc_link *l, struct sk_buff *skb, |
150 | struct sk_buff_head *xmitq); | 150 | struct sk_buff_head *xmitq); |
151 | bool tipc_link_too_silent(struct tipc_link *l); | ||
151 | #endif | 152 | #endif |