Add thread number ID to appropriate network commands
authorJens Axboe <axboe@kernel.dk>
Thu, 15 Mar 2012 12:10:19 +0000 (13:10 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 15 Mar 2012 12:10:19 +0000 (13:10 +0100)
commit2f122b135b7319ff8dd04dadf31ff28b301051a3
treeeb69ac78a0d56552fc0c4ef05c27e614355ec9c1
parent60d0929e4b8a1f6f4b400247d2fa017aa631d5fd
Add thread number ID to appropriate network commands

The client doesn't necessarily have a 1:1 mapping between jobs
and its internal job representation, so allow it to tell the
various jobs apart.

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