Re: [libvirt] [PATCH 08/16] network: Add virNetworkObj Get/Set API's for @floor_sum

2017-07-24 Thread Pavel Hrdina
On Fri, May 19, 2017 at 09:03:16AM -0400, John Ferlan wrote: > In preparation for making the object private, create a couple of API's > to get/set the obj->floor_sum. > > Signed-off-by: John Ferlan > --- > src/conf/virnetworkobj.c| 15 +++ > src/conf/virnetworkobj.h| 7 +

[libvirt] [PATCH 08/16] network: Add virNetworkObj Get/Set API's for @floor_sum

2017-05-19 Thread John Ferlan
In preparation for making the object private, create a couple of API's to get/set the obj->floor_sum. Signed-off-by: John Ferlan --- src/conf/virnetworkobj.c| 15 +++ src/conf/virnetworkobj.h| 7 +++ src/libvirt_private.syms| 2 ++ src/network/bridge_driver.c | 35 +