Ensure that init depends on FIO-VERSION-FILE
[fio.git] / gettime.c
index cf0d664030d2b2d82267b79e15ee53d04205bb0d..e8f5ab55af38381e125a961407f876a82bcfb207 100644 (file)
--- a/gettime.c
+++ b/gettime.c
@@ -24,7 +24,7 @@ int fio_gtod_offload = 0;
 int fio_gtod_cpu = -1;
 static pthread_t gtod_thread;
 
-enum fio_cs fio_clock_source = CS_GTOD;
+enum fio_cs fio_clock_source = FIO_PREFERRED_CLOCK_SOURCE;
 
 #ifdef FIO_DEBUG_TIME