Improve logging accuracy
[fio.git] / fio_time.h
index 79f324a330506a9c2e54aadebc7d97df0974f224..cb271c26883adc5aebcec42d0fab9673aeec265d 100644 (file)
@@ -17,5 +17,6 @@ extern void set_genesis_time(void);
 extern int ramp_time_over(struct thread_data *);
 extern int in_ramp_time(struct thread_data *);
 extern void fio_time_init(void);
+extern void timeval_add_msec(struct timeval *, unsigned int);
 
 #endif