Fix rate option with iodepth > 1
[fio.git] / gettime.c
index c0d27e4cd568fbddaca2600764e01733d01620bc..8ec70b9f186aeb7d31ccedd82e64a1f284ba4759 100644 (file)
--- a/gettime.c
+++ b/gettime.c
@@ -10,7 +10,7 @@
 
 #include "hash.h"
 
-static int clock_gettime_works;
+static int clock_gettime_works = 0;
 static struct timeval last_tv;
 static int last_tv_valid;