diff options
Diffstat (limited to 'net/tipc/link.h')
-rw-r--r-- | net/tipc/link.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tipc/link.h b/net/tipc/link.h index d1bd1787a768..ec59348a81e8 100644 --- a/net/tipc/link.h +++ b/net/tipc/link.h | |||
@@ -73,8 +73,8 @@ enum { | |||
73 | 73 | ||
74 | bool tipc_link_create(struct net *net, char *if_name, int bearer_id, | 74 | bool tipc_link_create(struct net *net, char *if_name, int bearer_id, |
75 | int tolerance, char net_plane, u32 mtu, int priority, | 75 | int tolerance, char net_plane, u32 mtu, int priority, |
76 | int window, u32 session, u32 ownnode, u32 peer, | 76 | int window, u32 session, u32 ownnode, |
77 | u16 peer_caps, | 77 | u32 peer, u8 *peer_id, u16 peer_caps, |
78 | struct tipc_link *bc_sndlink, | 78 | struct tipc_link *bc_sndlink, |
79 | struct tipc_link *bc_rcvlink, | 79 | struct tipc_link *bc_rcvlink, |
80 | struct sk_buff_head *inputq, | 80 | struct sk_buff_head *inputq, |