Correctly handle multiple clients for various command line arguments
authorJens Axboe <axboe@kernel.dk>
Thu, 6 Oct 2011 07:18:20 +0000 (09:18 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 6 Oct 2011 07:18:20 +0000 (09:18 +0200)
commit7874f8b74cf9da4c142b0574d0ba67a7c9c6db20
treed3ac8b11189d0c9d7efb23299b04de641f09a243
parent085399db78898fa12d8a469f2db6e5ad1dfe0794
Correctly handle multiple clients for various command line arguments

Now this works:

fio -C host1 --cmdhelp=ioengine -C host2 --cmdhelp=ioengine

etc.

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