Revert "diskutil: ensure that we lock around disk_list access"
[fio.git] / iolog.h
diff --git a/iolog.h b/iolog.h
index 1853846edb7a2c6072e159bd9003a2c3027a6d9a..95617fccb6891a92970c60cb0873e06b99d9782f 100644 (file)
--- a/iolog.h
+++ b/iolog.h
@@ -107,6 +107,7 @@ 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 *);