X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=iolog.h;h=122a982e0f283fcd47cc4429bc5ca255f285e412;hb=80666bece308842c36132245e4cbbe9eb0bc506b;hp=0d6b5062999c40480cc1b50de805930b8a14461e;hpb=b0df7176176935b4d39fd196ad35f046bbe10333;p=fio.git diff --git a/iolog.h b/iolog.h index 0d6b5062..122a982e 100644 --- a/iolog.h +++ b/iolog.h @@ -119,7 +119,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, 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 *);