Move code around to satisfy t/stest linkage
[fio.git] / gettime.h
index 87cc895492a5f2ac75809f5e6e1bfedb972a21c3..309ef2108a646e764b9e3e120cfecd7d8e9cf802 100644 (file)
--- a/gettime.h
+++ b/gettime.h
@@ -15,4 +15,6 @@ extern void fio_gtod_init(void);
 extern void fio_clock_init(void);
 extern int fio_start_gtod_thread(void);
 
+extern struct timeval *fio_tv;
+
 #endif