X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=iolog.h;h=a58e3f09376b843775f57428c8023c1fe31cb3e9;hb=11822c0bcc03ebcb893bfcb6490c8a1422fcd28e;hp=f7ef6229ed08a5c92ace84e2e8e45f4633987e2e;hpb=1fed2080296157e919515b0d5d52d6c1c0b34547;p=fio.git diff --git a/iolog.h b/iolog.h index f7ef6229..a58e3f09 100644 --- a/iolog.h +++ b/iolog.h @@ -44,8 +44,6 @@ enum { #define DEF_LOG_ENTRIES 1024 #define MAX_LOG_ENTRIES (1024 * DEF_LOG_ENTRIES) -#define LOG_QUIESCE_SZ (64 * 1024 * 1024) - struct io_logs { struct flist_head list; uint64_t nr_samples; @@ -234,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);