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)
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>

No differences found