]> xenbits.xensource.com Git - libvirt.git/commit
network: Introduce virnetworkobj
authorJohn Ferlan <jferlan@redhat.com>
Wed, 8 Mar 2017 15:25:24 +0000 (10:25 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 19 Apr 2017 00:25:18 +0000 (20:25 -0400)
commitbddbda99dff95758a76a54240525beed450c254f
treed8bcfefeef79a63f546070e1d51579c19aa20ab2
parentbb9fca7bed5bbc06f1b40d73aa8a72673430b3c2
network: Introduce virnetworkobj

Move all the virNetworkObj related API/data structures into their own
modules virnetworkobj.{c,h} from the network_conf.{c,h}

Purely code motion at this point plus adjustments to cleanly build
po/POTFILES.in
src/Makefile.am
src/conf/network_conf.c
src/conf/network_conf.h
src/conf/virnetworkobj.c [new file with mode: 0644]
src/conf/virnetworkobj.h [new file with mode: 0644]
src/libvirt_private.syms
src/network/bridge_driver.c
src/network/bridge_driver.h
src/network/bridge_driver_platform.h
src/test/test_driver.c