First snapshot of FIO for Windows
[fio.git] / time.c
diff --git a/time.c b/time.c
index 6397f20e01dc8e2ce0cb0067311c155e9c7dce82..ef05094e733915fc1c2c59a0ef8bd17ac8d9613b 100644 (file)
--- a/time.c
+++ b/time.c
@@ -150,10 +150,12 @@ int ramp_time_over(struct thread_data *td)
        return 0;
 }
 
-static void fio_init time_init(void)
+void fio_time_init(void)
 {
        int i;
 
+       fio_clock_init();
+
        /*
         * Check the granularity of the nanosleep function
         */