X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=time.c;h=ef05094e733915fc1c2c59a0ef8bd17ac8d9613b;hb=d7959186aa6f8ca6ee5bdcd773d77280fc806617;hp=6397f20e01dc8e2ce0cb0067311c155e9c7dce82;hpb=4580885d413c7bca742dc2a373b9afcd5f48d7f8;p=fio.git diff --git a/time.c b/time.c index 6397f20e..ef05094e 100644 --- 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 */