block/nbd: Use SocketAddress options
authorMax Reitz <mreitz@redhat.com>
Tue, 25 Oct 2016 13:11:35 +0000 (15:11 +0200)
committerKevin Wolf <kwolf@redhat.com>
Thu, 27 Oct 2016 17:05:23 +0000 (19:05 +0200)
commitf84d431b86f6f00a8fcefb44af08243e70466acb
tree758701238b830d0e9eac48b6ba2b5db6d6ffa0f5
parent491d6c7c4e4793ae5b009e120139ad62f56b5a35
block/nbd: Use SocketAddress options

Drop the use of legacy options in favor of the SocketAddress
representation, even for internal use (i.e. for storing the result of
the filename parsing).

Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/nbd.c