commit | a3d741fa3bc3120d5b62a56826a97524daa32803 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Wed Feb 27 18:32:33 2008 +0100 |
committer | Jens Axboe <jens.axboe@oracle.com> | Wed Feb 27 18:32:33 2008 +0100 |
tree | 9f792474e4cbca062176a7a7788a9691cfdfbf7d | |
parent | c0a5d35ec77fae5cfe382d35ab18915ed6766504 [diff] [blame] |
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>
diff --git a/init.c b/init.c index 4f57ba3..6599729 100644 --- a/init.c +++ b/init.c
@@ -812,6 +812,7 @@ { .name = "blktrace", .shift = FD_BLKTRACE }, { .name = "verify", .shift = FD_VERIFY }, { .name = "random", .shift = FD_RANDOM }, + { .name = "parse", .shift = FD_PARSE }, { }, };