On Fri, May 19, 2017 at 09:03:14AM -0400, John Ferlan wrote:
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(a)redhat.com>
---
src/conf/virnetworkobj.c | 30 ++++++++++++++
src/conf/virnetworkobj.h | 14 +++++++
src/libvirt_private.syms | 4 ++
src/network/bridge_driver.c | 96 ++++++++++++++++++++++++++++-----------------
4 files changed, 109 insertions(+), 35 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>