]> git.proxmox.com Git - qemu.git/commit - qemu-timer.c
qemu-timer: Use bool, false, true for boolean values
authorStefan Weil <sw@weilnetz.de>
Fri, 20 Apr 2012 08:45:48 +0000 (10:45 +0200)
committerStefan Weil <sw@weilnetz.de>
Fri, 27 Apr 2012 05:39:39 +0000 (07:39 +0200)
commit5e1ec7b267b214f3647d4248b4021ad0bafbb434
tree062986dbca636f67e155ee73db518e35413d1518
parentc4879f2a6719f3ede428324dc763b74465d89d57
qemu-timer: Use bool, false, true for boolean values

This avoids conversions between int and bool / char.

It also makes the code more readable.

Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
qemu-timer.c
qemu-timer.h