Merge branch 'master' into gfio
[fio.git] / options.c
index eab22a70d36eec90dc916a6649aa0a8e06639d63..917dbf0e3e9e41e8426e0639b910ec2094fd5a81 100644 (file)
--- a/options.c
+++ b/options.c
@@ -359,7 +359,7 @@ static int fio_clock_source_cb(void *data, const char *str)
        struct thread_data *td = data;
 
        fio_clock_source = td->o.clocksource;
-       fio_time_init();
+       fio_clock_source_set = 1;
        return 0;
 }