client/server: pass back packed thread_options in add_job()
authorJens Axboe <axboe@kernel.dk>
Thu, 8 Mar 2012 18:45:37 +0000 (19:45 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 8 Mar 2012 18:45:37 +0000 (19:45 +0100)
commitdcaeb6060f2c7aef184cca5699e12c264ef0b834
tree11ca1ba5a8940eb4a32fdee641037fd87813aada
parent019dd47743caec2954f9960d178516b760abca26
client/server: pass back packed thread_options in add_job()

Now the client can see the parsed options. As it turns out,
we need to parse locally since the client and server can be
vastly different operating systems and architectures. Pass
back the options, allowing the client to change them before
starting the job.

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