X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=gettime-thread.c;h=3d49034a72792fc6cfc590ed545c522de4f7a999;hp=c1b4b0967c28f354b8a3e6c9ad82fc2845c41e56;hb=5be4c944e83b32c0c6842130df3dc1d46cd6eb1f;hpb=47f07ddc7d3354cd6f985b6468989e5e699c4b53;ds=sidebyside diff --git a/gettime-thread.c b/gettime-thread.c index c1b4b096..3d49034a 100644 --- a/gettime-thread.c +++ b/gettime-thread.c @@ -6,7 +6,7 @@ #include "fio.h" #include "smalloc.h" -struct timeval *fio_tv; +struct timeval *fio_tv = NULL; int fio_gtod_offload = 0; int fio_gtod_cpu = -1; static pthread_t gtod_thread;