Add log_info_flush()
authorVincent Kang Fu <VFu@fusionio.com>
Fri, 26 Apr 2013 22:56:01 +0000 (16:56 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 26 Apr 2013 22:56:01 +0000 (16:56 -0600)
If fio dumps status through -USR1 or similar and output is
being stored in a file, the buffering on the file descriptor
by the library can cause is not to see all the output. Ensure
that it gets flushed after dumping stats.

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

No differences found