]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: clean up #includes of virnetdevopenvswitch.h
authorLaine Stump <laine@laine.org>
Tue, 17 Mar 2015 17:46:44 +0000 (13:46 -0400)
committerLaine Stump <laine@laine.org>
Wed, 18 Mar 2015 18:43:47 +0000 (14:43 -0400)
commit451547a4229e14ec3b3c737aa4aacfa6b76796c9
tree956e32f39475696ffd182772edee69dcc77d5d9e
parent39ac323063101c67e5d930195b65cf3364e5323d
util: clean up #includes of virnetdevopenvswitch.h

virnetdevopenvswitch.h declares a few functions that can be called to
add ports to and remove them from OVS bridges, and retrieve the
migration data for a port. It does not contain any data definitions
that are used by domain_conf.h. But for some reason, domain_conf.h
virnetdevopenvswitch.h should be directly #including it. This adds a
few lines to the project, but saves all the files that don't need it
from the extra computing, and makes the dependencies more clear cut.
src/conf/domain_conf.h
src/lxc/lxc_driver.c
src/lxc/lxc_process.c
src/qemu/qemu_hotplug.c
src/qemu/qemu_migration.c
src/qemu/qemu_process.c