X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=iolog.h;h=f97d91f792f717f2d4286e2ac9374939e832ba8f;hp=2c9b2b29cc7c5e6527ac3a251aa99a9394df59dd;hb=518dac097ec305d76fab3f0f45ce785a3849d8b5;hpb=d6c0b40939e7184d47f5a0ac5b38440c34260eea diff --git a/iolog.h b/iolog.h index 2c9b2b29..f97d91f7 100644 --- a/iolog.h +++ b/iolog.h @@ -171,6 +171,7 @@ 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, int, const char *); extern void __finish_log(struct io_log *); +extern void free_log(struct io_log *); extern struct io_log *agg_io_log[DDIR_RWDIR_CNT]; extern int write_bw_log; extern void add_agg_sample(unsigned long, enum fio_ddir, unsigned int);