X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=thread_options.h;h=4ea6ebd06a0c07f5212c237f6f7fcfcc808a84c1;hp=14a4e54abcc757a68abe701a60c99a03756459fd;hb=c2acfbac7e9eb8ac5407ac024c0fd000614c77e2;hpb=225ba9e3433cf27d8ff7b213d9f78b7ef2776c70 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];