Separate the act of adding and starting a job
authorJens Axboe <axboe@kernel.dk>
Thu, 8 Mar 2012 19:36:28 +0000 (20:36 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 8 Mar 2012 19:36:28 +0000 (20:36 +0100)
commitb9d2f30a214ebd274340f888739be250838d63c2
tree10391e429826e75f3816b6a43dccf62003d7b20c
parent7a8a9b20585dd3fd3fd7f635e45dfc609064fdc8
Separate the act of adding and starting a job

CMD_JOB or CMD_JOB_LINE only adds the necessary jobs, which will
automatically return the job option info to the client. Let the
client do what it wants with the options, then have the client
send a CMD_RUN command to actually start the jobs.

Next we'll have a command for passing back edited options, so that
the client can update existing options.

This adds a new button to gfio, to note this split of add and run
as well.

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