Add support for waiting for other jobs by name
authorAndrey Kuzmin <andrey.v.kuzmin@gmail.com>
Tue, 22 Dec 2015 16:21:25 +0000 (09:21 -0700)
committerJens Axboe <axboe@fb.com>
Tue, 22 Dec 2015 16:21:25 +0000 (09:21 -0700)
commit9cc8cb91d355d7e47d5b930b352087ec71f85f85
tree3bd0e2fa8123e6c604784fe61b4300278dc1d0e8
parentb5f4ef37543b46f9ef44cabf691a92d6592fb286
Add support for waiting for other jobs by name

We have stonewall to barrier against previous jobs before a new
job runs. This adds support for 'wait_for', which allows the
user to explicitly wait for a given job before starting.

Signed-off-by: Jens Axboe <axboe@fb.com>
HOWTO
backend.c
cconv.c
examples/waitfor.fio [new file with mode: 0644]
fio.1
fio.h
init.c
libfio.c
options.c
server.h
thread_options.h