]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Replace two-state local integers with bool
authorJán Tomko <jtomko@redhat.com>
Fri, 24 May 2013 10:14:02 +0000 (12:14 +0200)
committerJán Tomko <jtomko@redhat.com>
Thu, 6 Jun 2013 15:22:53 +0000 (17:22 +0200)
commite557766c3b3856b73289e228960c6f25f9c36b92
treea22414b0e7a8f544243e063edb13474ea44b88e8
parentb0c3ee0c85e533c5e6c7dbdf0e5f9332a10b5a04
Replace two-state local integers with bool

Found with 'git grep "= 1"'.
25 files changed:
src/conf/domain_conf.c
src/conf/nwfilter_conf.c
src/lxc/lxc_controller.c
src/lxc/lxc_process.c
src/nwfilter/nwfilter_ebiptables_driver.c
src/nwfilter/nwfilter_gentech_driver.c
src/qemu/qemu_agent.c
src/qemu/qemu_capabilities.c
src/qemu/qemu_command.c
src/qemu/qemu_driver.c
src/qemu/qemu_migration.c
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_text.c
src/qemu/qemu_process.c
src/remote/remote_driver.c
src/rpc/virnetserver.c
src/storage/storage_backend.c
src/util/vircgroup.c
src/util/virlog.c
src/util/virpci.c
src/util/viruri.c
src/util/virutil.c
tests/reconnect.c
tests/ssh.c