add an example job file for pmemblk
[fio.git] / gettime-thread.c
index 65ca83419d0f6f82ba5bab3c270ea81f1cd80c5c..9bf85f0212725556e59609223d66cf0f2eba3618 100644 (file)
@@ -8,8 +8,8 @@
 
 struct timeval *fio_tv = NULL;
 int fio_gtod_offload = 0;
-static os_cpu_mask_t fio_gtod_cpumask;
 static pthread_t gtod_thread;
+static os_cpu_mask_t fio_gtod_cpumask;
 
 void fio_gtod_init(void)
 {