On Fri, May 19, 2017 at 09:03:20AM -0400, John Ferlan wrote:
In preparation to privatize the virNetworkObj - create an accessor
function
to get the current @persistent value. Also change the value to a bool rather
than an unsigned int (since that's how it's generated anyway).
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
---
src/conf/virnetworkobj.c | 7 +++++++
src/conf/virnetworkobj.h | 5 ++++-
src/libvirt_private.syms | 1 +
src/network/bridge_driver.c | 7 ++++---
src/test/test_driver.c | 4 ++--
5 files changed, 18 insertions(+), 6 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina(a)redhat.com>