summaryrefslogtreecommitdiffstats
path: root/net/tipc/msg.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2014-11-15 01:16:27 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2014-11-24 05:16:41 -0500
commit45dcc687f764f89e1e7c41dace52b105494e5dbb (patch)
tree569dd194d3e7107c930da7762330b32f6efdd013 /net/tipc/msg.h
parent562640f3c3fb64fca24253868dab6e900e305c46 (diff)
downloadlinux-45dcc687f764f89e1e7c41dace52b105494e5dbb.tar.gz
linux-45dcc687f764f89e1e7c41dace52b105494e5dbb.tar.bz2
linux-45dcc687f764f89e1e7c41dace52b105494e5dbb.zip
tipc_msg_build(): pass msghdr instead of its ->msg_iov
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'net/tipc/msg.h')
-rw-r--r--net/tipc/msg.h2
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);
bool tipc_msg_make_bundle(struct sk_buff **buf, u32 mtu, u32 dnode);
-int tipc_msg_build(struct tipc_msg *mhdr, struct iovec const *iov,
+int tipc_msg_build(struct tipc_msg *mhdr, struct msghdr *m,
int offset, int dsz, int mtu , struct sk_buff **chain);
struct sk_buff *tipc_msg_reassemble(struct sk_buff *chain);