Add 'bool' type
authorJens Axboe <axboe@fb.com>
Tue, 1 Dec 2015 16:00:00 +0000 (09:00 -0700)
committerJens Axboe <axboe@fb.com>
Tue, 1 Dec 2015 16:00:00 +0000 (09:00 -0700)
commite39c0676d1af779004194ae4b3cc111db49bef7a
tree4ff723b610d770fb0bf3a92814d8806183f7b6c6
parentb9c8a72a5795a58bd6bf060a79393e835db57a95
Add 'bool' type

Let's cleanup and modernize the code a bit, add a boolean type that
we can use for all the 0/1 function returns.

Signed-off-by: Jens Axboe <axboe@fb.com>
backend.c
configure
io_u.c
ioengine.h
lib/axmap.c
lib/axmap.h
lib/types.h [new file with mode: 0644]
os/os.h