Add job number specific dumping and fix atexit() error
authorJens Axboe <jens.axboe@oracle.com>
Fri, 23 May 2008 09:55:53 +0000 (11:55 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 23 May 2008 09:55:53 +0000 (11:55 +0200)
commit5e1d306e4f9a6337d07cc2d536d77c53e083226f
tree801ad4becc3f79a884134b500d0883bd3d8ca2a1
parent868eb3cc388f4f34a68a633a1cf8b036c4dcc47a
Add job number specific dumping and fix atexit() error

The threads/process jobs should use _exit() so they don't run
the main atexit() function.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
README
debug.h
filehash.c
filehash.h
fio.c
init.c