Re: [libvirt] [PATCH 12/16] network: Introduce virNetworkObjIsPersistent

2017-07-24 Thread Pavel Hrdina
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). > >

[libvirt] [PATCH 12/16] network: Introduce virNetworkObjIsPersistent

2017-05-19 Thread John Ferlan
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 --- src/conf/virnetworkobj.c