cpu: move cpuload/cpuchunks options into private engine option space
[fio.git] / thread_options.h
index 51ac0908a2c3c1dccaebd549cd74c593b3fe2aa6..61f4f5766e0904181689c09b1d15a4b664b25611 100644 (file)
@@ -187,12 +187,6 @@ struct thread_options {
 
        char *ioscheduler;
 
-       /*
-        * CPU "io" cycle burner
-        */
-       unsigned int cpuload;
-       unsigned int cpucycle;
-
        /*
         * I/O Error handling
         */
@@ -376,12 +370,6 @@ struct thread_options_pack {
 
        uint8_t ioscheduler[FIO_TOP_STR_MAX];
 
-       /*
-        * CPU "io" cycle burner
-        */
-       uint32_t cpuload;
-       uint32_t cpucycle;
-
        /*
         * I/O Error handling
         */