]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Clean up after virNetDevIP creation
authorAndrea Bolognani <abologna@redhat.com>
Mon, 27 Jun 2016 10:17:59 +0000 (12:17 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 27 Jun 2016 10:42:48 +0000 (12:42 +0200)
commit7970436ec445a002b061d0703c8991bbd2485e75
tree626a5a4c41219948fb6608bd8a647ee9407e7a88
parent014dd11291940e9913ef97588ba5b38370579e51
Clean up after virNetDevIP creation

Commit cf0568b0af4e moved a bunch of functions from virNetDev
to the more specific virNetDevIP; however, not all of the
existing uses were moved properly, causing build failures on
FreeBSD.

Complete the transition to the new names and drop the
obsolete declarations from the header file while at it.
src/util/virnetdev.h
src/util/virnetdevip.c
tests/qemuxml2argvmock.c