Rework 'dump_cmdline'
authorJens Axboe <axboe@fb.com>
Tue, 15 Dec 2015 16:53:22 +0000 (09:53 -0700)
committerJens Axboe <axboe@fb.com>
Tue, 15 Dec 2015 16:53:22 +0000 (09:53 -0700)
commitc229232543f2ca4c492ea32fe7ca6ee894e543a8
tree1a7362c2bb9efd70859493d80f25c45a2663a265
parentb06c3ffa6de4fec544c8788803c56c6c4e916347
Rework 'dump_cmdline'

Store the options in &td->opt_list. Should be no change for
dump_cmdline, but it will prepare us for being able to jump
the job definition as part of the json output.

Signed-off-by: Jens Axboe <axboe@fb.com>
fio.h
init.c
options.c
parse.c
parse.h