Start and stop status interval (or file) thread separately
authorJens Axboe <axboe@fb.com>
Thu, 23 Oct 2014 15:15:20 +0000 (09:15 -0600)
committerJens Axboe <axboe@fb.com>
Thu, 23 Oct 2014 15:15:20 +0000 (09:15 -0600)
commitb2ee7647ee05604397672f6b7c1a804b07466270
tree2420d9401435c07a2964939cc6920a37280a2a40
parentde7c39220fd2f58f77f87b9fd862e2fe775f88e3
Start and stop status interval (or file) thread separately

This gets rid of the need to create threads on the fly for this,
and we can manage it and stop it before we do real stats at
the end.

Signed-off-by: Jens Axboe <axboe@fb.com>
backend.c
stat.c
stat.h