Move stat_io_bytes/time to thread_data
authorJens Axboe <axboe@kernel.dk>
Mon, 3 Oct 2011 10:12:03 +0000 (12:12 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 3 Oct 2011 10:12:03 +0000 (12:12 +0200)
commitf0505a1457d848e25e59f0d4373a066c2cef5de0
tree377ba069413ea19c59a4314dda3ab862ba67aa80
parent9d9eb2e7872c99154094f7750d4c978f075b0144
Move stat_io_bytes/time to thread_data

Anything that isn't needed to sum/show thread stats should not be
in struct thread_stat.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fio.c
fio.h
stat.c