Add FIO_SIGQUIT engine option
authorJens Axboe <jens.axboe@oracle.com>
Mon, 18 Feb 2008 20:11:24 +0000 (21:11 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 18 Feb 2008 20:11:24 +0000 (21:11 +0100)
commitad830ed7386eff264bdb5189675d6dfa672bd16b
treecf0b7e3164845f43cc2bb78c402a340638534288
parent7d6a8904cc2973a857f4bb50f85e7c75375c553d
Add FIO_SIGQUIT engine option

For network engines, we need a signal to make it abort the connection
if it isn't already running. Otherwise fio would just stall on ctrl-c
before the connection was established.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
engines/net.c
fio.c
fio.h