client: support per-client job files
authorJens Axboe <axboe@kernel.dk>
Sun, 26 Aug 2012 15:33:34 +0000 (17:33 +0200)
committerJens Axboe <axboe@kernel.dk>
Sun, 26 Aug 2012 15:33:34 +0000 (17:33 +0200)
commit14ea90edf265aae2b82f25418fde179c452909f9
tree60502cc6e5f2dd03a018e3d20daece93b9472a0b
parent97908e6b8161634bbc1e3702dc4b762d1e242747
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
client.h
init.c