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