Seperate status timer setup from disk util timer
authorJens Axboe <jens.axboe@oracle.com>
Fri, 30 May 2008 21:18:00 +0000 (23:18 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 30 May 2008 21:18:00 +0000 (23:18 +0200)
commitccb0fa24f0ff37f9270754ea5a1b66de9fd7053e
tree1c10f29e2826af4a388630061cb21f01b4354449
parent739097e6e145afb98057846c419c60c2cc2dd9c0
Seperate status timer setup from disk util timer

It's still the same timer and shared, but move it out of
diskutil so we get proper status reporting on non-Linux.

We also need to rearm the signal handlers on each signal.
Move this to sigaction() next.

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