client: support per-client job files
authorJens Axboe <axboe@kernel.dk>
Sun, 26 Aug 2012 15:30:45 +0000 (17:30 +0200)
committerJens Axboe <axboe@kernel.dk>
Sun, 26 Aug 2012 15:30:45 +0000 (17:30 +0200)
commitbd02360115abe2553626a8db663ed580ab93e978
tree1cf83ea889bfa6ad1b63b7759d95b5942be82708
parent58a525d85eecbab1131d6d54e24b8b9c0dd906d6
client: support per-client job files

Currently the fio network client sends all job files to all clients.
This isn't very flexible.

Add support for specifying a specific job file for each client. Example:

$ fio --client hostname1 jobfile1 --client hostname2 jobfile2

would before add jobfile1 and jobfile2 as job files for both clients.
With this change, only jobfile1 is sent to hostname1, and only
jobfile2 is sent to hostname2.

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