fix broken external ioengine option
[fio.git] / idletime.h
index 84c1fbbe79a8a293103ce19f1450c9f17847a743..b8376c2ce6098cd698d8933604fed7de2f35ff4d 100644 (file)
@@ -26,8 +26,8 @@ struct idle_prof_thread {
        pthread_t thread;
        int cpu;
        int state;
-       struct timeval tps;
-       struct timeval tpe;
+       struct timespec tps;
+       struct timespec tpe;
        double cali_time; /* microseconds to finish a unit work */
        double loops;
        double idleness;