Re: [libvirt] [PATCH v2 17/20] network: Use @maxnames instead of @nnames

2017-08-16 Thread Michal Privoznik
On 08/15/2017 10:50 PM, John Ferlan wrote: > > > On 08/15/2017 11:32 AM, Michal Privoznik wrote: >> On 07/26/2017 05:05 PM, John Ferlan wrote: >>> To be consistent with the API definition, use the @maxnames instead >>> of @nnames when describing/comparing against the maximum names to >>> be provi

Re: [libvirt] [PATCH v2 17/20] network: Use @maxnames instead of @nnames

2017-08-15 Thread John Ferlan
On 08/15/2017 11:32 AM, Michal Privoznik wrote: > On 07/26/2017 05:05 PM, John Ferlan wrote: >> To be consistent with the API definition, use the @maxnames instead >> of @nnames when describing/comparing against the maximum names to >> be provided for the *ConnectList[Defined]Networks APIs. >> >>

Re: [libvirt] [PATCH v2 17/20] network: Use @maxnames instead of @nnames

2017-08-15 Thread Michal Privoznik
On 07/26/2017 05:05 PM, John Ferlan wrote: > To be consistent with the API definition, use the @maxnames instead > of @nnames when describing/comparing against the maximum names to > be provided for the *ConnectList[Defined]Networks APIs. > > Signed-off-by: John Ferlan > --- > src/conf/virnetwor

[libvirt] [PATCH v2 17/20] network: Use @maxnames instead of @nnames

2017-07-26 Thread John Ferlan
To be consistent with the API definition, use the @maxnames instead of @nnames when describing/comparing against the maximum names to be provided for the *ConnectList[Defined]Networks APIs. Signed-off-by: John Ferlan --- src/conf/virnetworkobj.c| 10 +- src/conf/virnetworkobj.h|