X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=iolog.h;h=a58e3f09376b843775f57428c8023c1fe31cb3e9;hb=11822c0bcc03ebcb893bfcb6490c8a1422fcd28e;hp=0da70670c796ef1e8685394d88bb455a843d917b;hpb=423671679fef3932894b58748d532f06cf0533b2;p=fio.git diff --git a/iolog.h b/iolog.h index 0da70670..a58e3f09 100644 --- a/iolog.h +++ b/iolog.h @@ -232,7 +232,7 @@ static inline bool per_unit_log(struct io_log *log) extern void finalize_logs(struct thread_data *td, bool); extern void setup_log(struct io_log **, struct log_params *, const char *); -extern void flush_log(struct io_log *, int); +extern void flush_log(struct io_log *, bool); extern void flush_samples(FILE *, void *, uint64_t); extern void free_log(struct io_log *); extern void fio_writeout_logs(bool);