]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Replace use of 'in_addr_t' with 'struct in_addr'
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 28 Jun 2013 11:43:39 +0000 (12:43 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 28 Jun 2013 12:39:08 +0000 (13:39 +0100)
commit1a3eaa80a48d2a9350c515375047c7a6ff60985e
tree2ffc4322a282173fbdcef5a96dc3d4c34f71e9cb
parent027a7707bea5ba455212715278e3ae486f97eacb
Replace use of 'in_addr_t' with 'struct in_addr'

The 'in_addr_t' typedef is not present in Mingw64 headers.
Instead we can use the more portable 'struct in_addr' and
then access its 's_addr' field.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/util/virsocketaddr.c