[PATCH] Abstract option handling
authorJens Axboe <jens.axboe@oracle.com>
Fri, 27 Oct 2006 08:54:08 +0000 (10:54 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 27 Oct 2006 08:54:08 +0000 (10:54 +0200)
commite1f365035a952233463d85d659bd960ba78f012e
tree3741bf1254749eea934fc66b1e8130b7144ba902
parenteaf09db4239ccf364c251d3fa493ef1cb41009cb
[PATCH] Abstract option handling

Instead of parsing manually, we abstract out everything so parse.[ch] is
now a generic config file parser. This is the next step towards unifying
command and job options.

I'm sure I broke plenty of options in the process...

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