Add --debug=parse for option parsing debug
authorJens Axboe <jens.axboe@oracle.com>
Wed, 27 Feb 2008 17:32:33 +0000 (18:32 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 27 Feb 2008 17:32:33 +0000 (18:32 +0100)
commita3d741fa3bc3120d5b62a56826a97524daa32803
tree9f792474e4cbca062176a7a7788a9691cfdfbf7d
parentc0a5d35ec77fae5cfe382d35ab18915ed6766504
Add --debug=parse for option parsing debug

Adds log.h and debug.h to split the logging and debug bits out of
fio, so that the parser can use them.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
README
debug.h [new file with mode: 0644]
fio.h
init.c
log.h [new file with mode: 0644]
parse.c