]> git.ipfire.org Git - thirdparty/libvirt.git/commit
network: move driver state struct into bridge_driver_conf.h
authorLaine Stump <laine@redhat.com>
Sun, 13 Mar 2022 18:21:02 +0000 (14:21 -0400)
committerLaine Stump <laine@redhat.com>
Wed, 24 Aug 2022 16:22:47 +0000 (12:22 -0400)
commit3fcae3c6d44d8e60ea4729696c6c28bf96f533bf
tree4427defaf3a3f05a93885dfe022e5d983ac69735
parent15bd9179bec58ad3684b9790b06f605f0664b541
network: move driver state struct into bridge_driver_conf.h

This is more similar to lxc and qemu drivers, where the driver state
struct is defined along with a config struct in ${driver}_conf.h

Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/network/bridge_driver.c
src/network/bridge_driver_conf.c [new file with mode: 0644]
src/network/bridge_driver_conf.h [new file with mode: 0644]
src/network/bridge_driver_platform.h
src/network/meson.build