Add thread_options_pack structure
authorJens Axboe <axboe@kernel.dk>
Thu, 8 Mar 2012 13:52:25 +0000 (14:52 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 8 Mar 2012 13:52:25 +0000 (14:52 +0100)
commit2dc1cbb52f73303d479a72e99930a2838c4b0fa4
tree27a0c3604ec0897a6e54c373a1c26eaaeb51beb2
parentec41265e81c70d8573d1359e27876c37c30c7d9d
Add thread_options_pack structure

First step towards having an on-disk and on-wire independent
options structure, with the goal being that we parse options
locally (hence allowing them to be edited sanely) and send them
to the server in one nice package.

Additionally, this is a step towards being able to have a new
fio/gfio "project" file format, which includes all the info a
given client needs. This includes job options, where to connect,
etc.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
Makefile
cconv.c [new file with mode: 0644]
options.c
thread_options.h