X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=iolog.h;h=122a982e0f283fcd47cc4429bc5ca255f285e412;hp=0d6b5062999c40480cc1b50de805930b8a14461e;hb=c2e9cc4d20c1db1c81276fdaadb56b8b0085d0d8;hpb=61b29c20eb4b1d374636d5325fb56c0fa9a574ad 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 *);