options: split out option grouping code
[fio.git] / engines / cpu.c
index 85598ef77fb9acd8d4868d6e15de1d9f64bee83f..7643a8c591c39942b95db763694eac93bef59d98 100644 (file)
@@ -6,9 +6,10 @@
  *
  */
 #include "../fio.h"
+#include "../optgroup.h"
 
 struct cpu_options {
-       struct thread_data *td;
+       void *pad;
        unsigned int cpuload;
        unsigned int cpucycle;
        unsigned int exit_io_done;