commit | ccb0fa24f0ff37f9270754ea5a1b66de9fd7053e | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Fri May 30 23:18:00 2008 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Fri May 30 23:18:00 2008 +0200 |
tree | 1c10f29e2826af4a388630061cb21f01b4354449 | |
parent | 739097e6e145afb98057846c419c60c2cc2dd9c0 [diff] |
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>