options: make the groups/categories constant
[fio.git] / engines / cpu.c
index 85598ef77fb9acd8d4868d6e15de1d9f64bee83f..7e4d7374accd24399a6d780639f5c94f05c5c9a3 100644 (file)
@@ -8,7 +8,7 @@
 #include "../fio.h"
 
 struct cpu_options {
-       struct thread_data *td;
+       void *pad;
        unsigned int cpuload;
        unsigned int cpucycle;
        unsigned int exit_io_done;