messaging3: Add messaging_send_iov
authorVolker Lendecke <vl@samba.org>
Tue, 25 Feb 2014 12:15:58 +0000 (12:15 +0000)
committerJeremy Allison <jra@samba.org>
Wed, 23 Apr 2014 20:33:08 +0000 (22:33 +0200)
commitcdc99c145d91aaac08886862a38a0e320e10be85
treeac3f095080bf7d6d55ef5ca14606099c8b00b192
parente2683605b0c00a0911d59a9123210fe55400a732
messaging3: Add messaging_send_iov

This uses a copy, will be replaced by a direct iovec call through to
sendmsg on the unix domain socket

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/include/messages.h
source3/lib/messages.c