X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=iolog.h;h=1853846edb7a2c6072e159bd9003a2c3027a6d9a;hp=95617fccb6891a92970c60cb0873e06b99d9782f;hb=feb418556a236aa041a625b083d6b99e55d23d74;hpb=bcb01f840c244851f760e5ea3bb0fe9aa1c03188 diff --git a/iolog.h b/iolog.h index 95617fcc..1853846e 100644 --- a/iolog.h +++ b/iolog.h @@ -107,7 +107,6 @@ extern void add_bw_sample(struct thread_data *, enum fio_ddir, unsigned int, extern void add_iops_sample(struct thread_data *, enum fio_ddir, struct timeval *); extern void init_disk_util(struct thread_data *); extern void update_rusage_stat(struct thread_data *); -extern void update_io_ticks(void); extern void setup_log(struct io_log **, unsigned long); 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 *);