s3:unix_msg: use an iov in unix_dgram_msg/queue_msg instead of buffer and length
authorMichael Adam <obnox@samba.org>
Mon, 29 Sep 2014 10:15:54 +0000 (12:15 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 30 Sep 2014 14:36:10 +0000 (16:36 +0200)
commita96f0f4c3bd66cb44f882a836bf80b2ce39523e0
treec95b650366d99290e4696635d0d3bfbff227dd33
parente38f4f4ceb5b2605dd0804ab7629f9b5e8d5cd5c
s3:unix_msg: use an iov in unix_dgram_msg/queue_msg instead of buffer and length

This is equivalent, reads more easily and makes extraction
more obvious.

Pair-Programmed-With: Volker Lendecke <vl@samba.org>
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org>

Signed-off-by: Michael Adam <obnox@samba.org>
Signed-off-by: Volker Lendecke <vl@samba.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/lib/unix_msg/unix_msg.c