Store specific client ops in the fio_client structure
authorJens Axboe <axboe@kernel.dk>
Sun, 4 Mar 2012 14:15:08 +0000 (15:15 +0100)
committerJens Axboe <axboe@kernel.dk>
Sun, 4 Mar 2012 14:15:08 +0000 (15:15 +0100)
commita52766160d7f2a937c74d4adee1819ef00467d4b
treed581d6b26027444e88b24ec6f0938d7b91680caf
parent3bf236c082e36f222b64edf9ae2bd7637156d0ac
Store specific client ops in the fio_client structure

We could be handling a mix of gui and cli clients from the server,
so passing. Plus this is a lot cleaner.

Also unify ETA opcode handling between clients.

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