]> git.proxmox.com Git - qemu.git/commit - iohandler.c
iohandler: Use bool for boolean struct member and remove holes
authorStefan Weil <sw@weilnetz.de>
Sun, 29 Apr 2012 17:08:46 +0000 (19:08 +0200)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Tue, 1 May 2012 09:13:33 +0000 (10:13 +0100)
commitc97feed13cded953b11465829f66b9323a47a0f9
tree9749b5359801e2fa8c8d277afbc8b87fa3326a04
parent9b47b17e80cfd10e0598209ae9313de135000f61
iohandler: Use bool for boolean struct member and remove holes

Using bool reduces the size of the structure and improves readability.
Two holes in the structure were removed.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
iohandler.c