genfio: Splitting gen_template in 2 parts
[fio.git] / gettime-thread.c
index c1b4b0967c28f354b8a3e6c9ad82fc2845c41e56..3d49034a72792fc6cfc590ed545c522de4f7a999 100644 (file)
@@ -6,7 +6,7 @@
 #include "fio.h"
 #include "smalloc.h"
 
-struct timeval *fio_tv;
+struct timeval *fio_tv = NULL;
 int fio_gtod_offload = 0;
 int fio_gtod_cpu = -1;
 static pthread_t gtod_thread;