X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=thread_options.h;h=4ea6ebd06a0c07f5212c237f6f7fcfcc808a84c1;hb=fad69e155f10094611154e76c6babc1fdd1d40c1;hp=14a4e54abcc757a68abe701a60c99a03756459fd;hpb=cb1402d674fb7694d1b09d7ef4aeb3d4506f23f0;p=fio.git diff --git a/thread_options.h b/thread_options.h index 14a4e54a..4ea6ebd0 100644 --- a/thread_options.h +++ b/thread_options.h @@ -155,6 +155,7 @@ struct thread_options { unsigned int cpumask_set; os_cpu_mask_t verify_cpumask; unsigned int verify_cpumask_set; + unsigned int cpus_allowed_policy; #ifdef CONFIG_LIBNUMA struct bitmask *numa_cpunodesmask; unsigned int numa_cpumask_set; @@ -378,6 +379,7 @@ struct thread_options_pack { uint32_t cpumask_set; uint8_t verify_cpumask[FIO_TOP_STR_MAX]; uint32_t verify_cpumask_set; + uint32_t cpus_allowed_policy; uint32_t iolog; uint32_t rwmixcycle; uint32_t rwmix[DDIR_RWDIR_CNT];