• P
    virsh: Clean up usage of boolean flag variables · fd3f67e9
    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.
    
    Additionally this patch cleans up flag variables that are inferred from
    existing flags.
    fd3f67e9
virsh.c 581.8 KB