diff options
| author | David S. Miller <davem@davemloft.net> | 2011-05-11 12:41:28 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2011-05-11 12:41:28 -0400 |
| commit | 0074820978004cc484b132d7a9ce0df414660d9d (patch) | |
| tree | 2b5e95d1fd9eba7707cc529ac0099a8bf847581f /net/tipc/link.h | |
| parent | 1fc19aff84edf97753c58cf4b858c6c4fdb246fa (diff) | |
| parent | 972a77fbf1bbea6f54b5986b05041a17b607695b (diff) | |
Merge branch 'tipc-May10-2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/net-next-2.6
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 e6a30dbe1aa..74fbecab1ea 100644 --- a/net/tipc/link.h +++ b/net/tipc/link.h @@ -228,6 +228,7 @@ u32 tipc_link_get_max_pkt(u32 dest, u32 selector); int tipc_link_send_sections_fast(struct tipc_port *sender, struct iovec const *msg_sect, const u32 num_sect, + unsigned int total_len, u32 destnode); void tipc_link_recv_bundle(struct sk_buff *buf); int tipc_link_recv_fragment(struct sk_buff **pending, |
