X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=thread_options.h;h=61f4f5766e0904181689c09b1d15a4b664b25611;hp=6a8fee72ad3fc5180a5e973a1816750865e27fe5;hb=a8baa347275409b9cbeacc830ab2fdf669034e93;hpb=ca20381d58f54a469da1f4b2771c304995bc7f5e diff --git a/thread_options.h b/thread_options.h index 6a8fee72..61f4f576 100644 --- a/thread_options.h +++ b/thread_options.h @@ -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 */ @@ -415,5 +403,6 @@ struct thread_options_pack { extern void convert_thread_options_to_cpu(struct thread_options *o, struct thread_options_pack *top); extern void convert_thread_options_to_net(struct thread_options_pack *top, struct thread_options *); extern int fio_test_cconv(struct thread_options *); +extern void options_default_fill(struct thread_options *o); #endif