[PATCH] Split config name parse functions into parse.c
authorJens Axboe <jens.axboe@oracle.com>
Thu, 26 Oct 2006 11:48:34 +0000 (13:48 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 26 Oct 2006 11:48:34 +0000 (13:48 +0200)
commitcb2c86fdf03241fee32fd2e2caff43af1022403c
tree97314d251f21ca29d31b3429fff55135a40eaac8
parente0da9bc2488b7f02f14c121d2abed58e6a1ca24d
[PATCH] Split config name parse functions into parse.c

The plan is to add command line options that mirror the config options,
so fio will be easier to script.

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