init: allow FIO_OPT_STR_SET options to have an optional argument
authorJens Axboe <axboe@kernel.dk>
Wed, 27 Nov 2013 03:19:59 +0000 (20:19 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 27 Nov 2013 03:19:59 +0000 (20:19 -0700)
commitff52be3d9ff93cc5e823a75c41d48f62f842feb8
tree24c67033326a5ed40a043dce9ad4532bd82c4c2f
parentf01b34ae759afccf39c1bf47972e45d91448e7bb
init: allow FIO_OPT_STR_SET options to have an optional argument

Makes them work like a bool.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
options.c