Enhance the reaped status display
authorJens Axboe <axboe@kernel.dk>
Fri, 30 Mar 2012 19:21:20 +0000 (21:21 +0200)
committerJens Axboe <axboe@kernel.dk>
Fri, 30 Mar 2012 19:21:20 +0000 (21:21 +0200)
Instead of just printing a '_' for a job that has exited,
allow the user to tell if the job exited with an error or
not. A normally reaped job that ran to completion without
errors will have the '_' displayed. If the job exited with
an error, then an 'X' will be displayed instead.

Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found