]> git.ipfire.org Git - thirdparty/libvirt.git/commit
network: Introduce virNetworkObj{Is|Set}Autostart
authorJohn Ferlan <jferlan@redhat.com>
Wed, 10 May 2017 11:12:27 +0000 (07:12 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 16 Aug 2017 18:17:57 +0000 (14:17 -0400)
commitf57d8a7b324b2d2614afcdb71efdbe5ae71f04d4
tree09e6159269ba736862f477c469f3f5017d2e00d3
parentdb207a62339f9313ca3b94b7dc8bf66091f7ca09
network: Introduce virNetworkObj{Is|Set}Autostart

In preparation for privatizing the virNetworkObj structure, create
accessors for the obj->autostart.

Signed-off-by: John Ferlan <jferlan@redhat.com>
src/conf/virnetworkobj.c
src/conf/virnetworkobj.h
src/libvirt_private.syms
src/network/bridge_driver.c
src/test/test_driver.c