swrap: add stubs for swrap_{sendmsg,recvmsg}_{before,after}_unix()
authorStefan Metzmacher <metze@samba.org>
Mon, 29 Jun 2020 07:27:24 +0000 (09:27 +0200)
committerAndreas Schneider <asn@samba.org>
Tue, 2 Feb 2021 09:23:33 +0000 (10:23 +0100)
commitde819958b00b48f285a1f31bfee1f8bee8e16827
treeb6757ae1f756a456a5828b4319ac84d15147b81d
parente030a1897873f3cb24e7d5a35adab421a9d11b9f
swrap: add stubs for swrap_{sendmsg,recvmsg}_{before,after}_unix()

In order to implement fd-passing of socket_wrapper simulated sockets
we need to modify the msghdr structures from the callers.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Anoop C S <anoopcs@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
src/socket_wrapper.c