]> Git Repo - qemu.git/commit - util/qemu-sockets.c
sockets: Prepare inet_parse() for flattened SocketAddress
authorMarkus Armbruster <[email protected]>
Wed, 26 Apr 2017 07:36:37 +0000 (09:36 +0200)
committerMarkus Armbruster <[email protected]>
Tue, 9 May 2017 07:14:40 +0000 (09:14 +0200)
commit0785bd7a7c58ffaf533f484cb0661671a64ecffd
treec2edcdd19a9e8075bc1536175bcecf40feac2090
parent4db5c619a2f03c2ee25105b4f6359075c825aecc
sockets: Prepare inet_parse() for flattened SocketAddress

I'm going to flatten SocketAddress: rename SocketAddress to
SocketAddressLegacy, SocketAddressFlat to SocketAddress, eliminate
SocketAddressLegacy except in external interfaces.

inet_parse() returns a newly allocated InetSocketAddress.  Lift the
allocation from inet_parse() into its caller socket_parse() to prepare
for flattening SocketAddress.

Signed-off-by: Markus Armbruster <[email protected]>
Message-Id: <1493192202[email protected]>
Reviewed-by: Eric Blake <[email protected]>
[Straightforward rebase]
block/nbd.c
include/qemu/sockets.h
migration/rdma.c
migration/socket.c
util/qemu-sockets.c
This page took 0.033645 seconds and 4 git commands to generate.