client: duplicate arguments to "empty" clients
authorJens Axboe <axboe@kernel.dk>
Mon, 10 Oct 2011 19:11:09 +0000 (21:11 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 10 Oct 2011 19:11:09 +0000 (21:11 +0200)
commit3f3a4542887ba038231144be08b2c36d7cc83424
tree1d09bee2e05497183010d2dfb08b641eac59eda6
parent13755d946d034eb7395a818db7ace2c9cb60b4cb
client: duplicate arguments to "empty" clients

Now you can do:

fio --client=host1 --client=host2 --arg1 --arg2 --arg3

and arg1,2,3 are passed to both clients. If you do:

fio --client=host1 --arg1 --client=host2 --arg2 --arg3

then arg1 is passed to host1, while arg2,3 are passed to host2.

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