X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=iolog.h;h=a2bc758efea966a391c84660b45f8d33b003e52e;hb=243bfe190245a10e9d0981bf2a7c722edc4c43d4;hp=07163916585baea680eb14604b3020c2d300e20b;hpb=3d434057fd4c20c2b1216d9696c4fed9f7d8c4dd;p=fio.git diff --git a/iolog.h b/iolog.h index 07163916..a2bc758e 100644 --- a/iolog.h +++ b/iolog.h @@ -131,8 +131,8 @@ extern void add_iops_sample(struct thread_data *, enum fio_ddir, unsigned int, extern void init_disk_util(struct thread_data *); extern void update_rusage_stat(struct thread_data *); extern void setup_log(struct io_log **, unsigned long, int); -extern void finish_log(struct thread_data *, struct io_log *, const char *); -extern void finish_log_named(struct thread_data *, struct io_log *, const char *, const char *); +extern int finish_log(struct thread_data *, struct io_log *, const char *, int); +extern int finish_log_named(struct thread_data *, struct io_log *, const char *, const char *, int); extern void __finish_log(struct io_log *, const char *); extern struct io_log *agg_io_log[DDIR_RWDIR_CNT]; extern int write_bw_log;