diff options
Diffstat (limited to 'net/tipc/msg.h')
-rw-r--r-- | net/tipc/msg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/msg.h b/net/tipc/msg.h index 0ea7b695ac4d..d7d2ba2afe6c 100644 --- a/net/tipc/msg.h +++ b/net/tipc/msg.h | |||
@@ -743,7 +743,7 @@ bool tipc_msg_bundle(struct sk_buff *bbuf, struct sk_buff *buf, u32 mtu); | |||
743 | 743 | ||
744 | bool tipc_msg_make_bundle(struct sk_buff **buf, u32 mtu, u32 dnode); | 744 | bool tipc_msg_make_bundle(struct sk_buff **buf, u32 mtu, u32 dnode); |
745 | 745 | ||
746 | int tipc_msg_build(struct tipc_msg *mhdr, struct iovec const *iov, | 746 | int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m, |
747 | int offset, int dsz, int mtu , struct sk_buff **chain); | 747 | int offset, int dsz, int mtu , struct sk_buff **chain); |
748 | 748 | ||
749 | struct sk_buff *tipc_msg_reassemble(struct sk_buff *chain); | 749 | struct sk_buff *tipc_msg_reassemble(struct sk_buff *chain); |