Re: [libvirt] [PATCH] virsh: Clean up usage of boolean flag variables

2012-04-10 Thread Peter Krempa
On 04/10/2012 02:55 PM, Eric Blake wrote: On 04/10/2012 06:44 AM, Peter Krempa wrote: This patch cleans up variables used to store boolean command flags that are inquired by vshCommandOptBool to use the bool data type instead of an integer. Additionaly this patch cleans up flag variables that a

Re: [libvirt] [PATCH] virsh: Clean up usage of boolean flag variables

2012-04-10 Thread Eric Blake
On 04/10/2012 06:44 AM, Peter Krempa wrote: > This patch cleans up variables used to store boolean command flags that > are inquired by vshCommandOptBool to use the bool data type instead of > an integer. > > Additionaly this patch cleans up flag variables that are inferred from s/Additionaly/Add

[libvirt] [PATCH] virsh: Clean up usage of boolean flag variables

2012-04-10 Thread Peter Krempa
This patch cleans up variables used to store boolean command flags that are inquired by vshCommandOptBool to use the bool data type instead of an integer. Additionaly this patch cleans up flag variables that are inferred from existing flags. --- tools/virsh.c | 120 --