Re: [libvirt] [PATCH 11/16] network: Introduce virNetworkObj{Is|Set}Active

2017-07-24 Thread Pavel Hrdina
On Fri, May 19, 2017 at 09:03:19AM -0400, John Ferlan wrote: > In order to privatize the virNetworkObj create accessors in virnetworkobj > in order to handle the get/set of the active value. > > Also rather than an unsigned int, convert it to a boolean to match other > drivers representation and t

[libvirt] [PATCH 11/16] network: Introduce virNetworkObj{Is|Set}Active

2017-05-19 Thread John Ferlan
In order to privatize the virNetworkObj create accessors in virnetworkobj in order to handle the get/set of the active value. Also rather than an unsigned int, convert it to a boolean to match other drivers representation and the reality of what it is. Signed-off-by: John Ferlan --- src/conf/vi