]> git.ipfire.org Git - thirdparty/libvirt.git/commit
network: Add virNetworkObj Get/Set API's for @dnsmasqPid and @radvdPid
authorJohn Ferlan <jferlan@redhat.com>
Tue, 9 May 2017 21:22:43 +0000 (17:22 -0400)
committerJohn Ferlan <jferlan@redhat.com>
Wed, 16 Aug 2017 18:17:57 +0000 (14:17 -0400)
commit8489d31ceea7d51bdba1459967824c911acc6d7c
tree711350da3aa4967008975efbf4f37e5f788cecb0
parent4f5e32d30524bf9e2012df53bfb5eaa4b58c7061
network: Add virNetworkObj Get/Set API's for @dnsmasqPid and @radvdPid

In preparation for making the object private, create/use a couple of API's
to get/set the obj->dnsmasqPid and obj->radvdPid.

NB: Since the pid's can sometimes changed based on intervening functions,
be sure to always fetch the latest value.

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