From: Jens Axboe Date: Thu, 8 Mar 2012 18:45:37 +0000 (+0100) Subject: client/server: pass back packed thread_options in add_job() X-Git-Tag: gfio-0.1~212 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=dcaeb6060f2c7aef184cca5699e12c264ef0b834;hp=dcaeb6060f2c7aef184cca5699e12c264ef0b834 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 ---