commit | 9b47b17e80cfd10e0598209ae9313de135000f61 | [log] [tgz] |
---|---|---|
author | Stefan Weil <sw@weilnetz.de> | Sun Apr 29 19:08:45 2012 +0200 |
committer | Stefan Hajnoczi <stefanha@linux.vnet.ibm.com> | Tue May 01 10:13:25 2012 +0100 |
tree | c4cb4ac825ec837e05f7b89808a0fea7bf37bf45 | |
parent | 72b8b5a19a3087ffa5556b5d5b3fc13300ae35d5 [diff] |
async: Use bool for boolean struct members and remove a hole Using bool reduces the size of the structure and improves readability. A hole in the structure was removed. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>