X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=thread_options.h;h=484b16a56e7568dc42fd55847be967e469ae1070;hb=5054e67c7d87f25a9eb7b647adaee5e1c9c7cc5b;hp=3f345c56b3bafaca9eb5acd1210e58633fb63f86;hpb=6348b5dee54f24f2e78872948653942336f4c14e;p=fio.git diff --git a/thread_options.h b/thread_options.h index 3f345c56..484b16a5 100644 --- a/thread_options.h +++ b/thread_options.h @@ -157,7 +157,7 @@ struct thread_options { #endif unsigned int iolog; unsigned int rwmixcycle; - unsigned int rwmix[2]; + unsigned int rwmix[DDIR_RWDIR_CNT]; unsigned int nice; unsigned int ioprio; unsigned int ioprio_class; @@ -362,7 +362,7 @@ struct thread_options_pack { uint32_t verify_cpumask_set; uint32_t iolog; uint32_t rwmixcycle; - uint32_t rwmix[2]; + uint32_t rwmix[DDIR_RWDIR_CNT]; uint32_t nice; uint32_t ioprio; uint32_t ioprio_class;