]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: Clean up usage of boolean flag variables
authorPeter Krempa <pkrempa@redhat.com>
Tue, 10 Apr 2012 11:14:23 +0000 (13:14 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 10 Apr 2012 13:50:23 +0000 (15:50 +0200)
commitfd3f67e9d3112fc15eb697c162295bb4ae41076e
tree96e0c7a0dab2061662a69c202e3831e249339759
parentcc5100654b2aff0933ab4aa447a71bfd7ddbf2bd
virsh: Clean up usage of boolean flag variables

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.

Additionally this patch cleans up flag variables that are inferred from
existing flags.
tools/virsh.c