diff options
author | Markus Armbruster <armbru@redhat.com> | 2017-03-30 19:43:15 +0200 |
---|---|---|
committer | Max Reitz <mreitz@redhat.com> | 2017-04-03 17:11:39 +0200 |
commit | 216411b83967ae19e3c9c520e13ceb8bb383890c (patch) | |
tree | 6b6a983a5e3aeadcf39ed6180287607ff3478d3b /tests/postcopy-test.c | |
parent | 8bc0673f6dc2485b46da6de8204aaca2a711acea (diff) |
sockets: New helper socket_address_crumple()
SocketAddress is a simple union, and simple unions are awkward: they
have their variant members wrapped in a "data" object on the wire, and
require additional indirections in C. I intend to limit its use to
existing external interfaces. New ones should use SocketAddressFlat.
I further intend to convert all internal interfaces to
SocketAddressFlat. This helper should go away then.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-id: 1490895797-29094-8-git-send-email-armbru@redhat.com
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/postcopy-test.c')
0 files changed, 0 insertions, 0 deletions