X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=thread_options.h;h=02c867f319361f1f7f3574ce0aa92a52ec7bb513;hp=567df819a85ee6d02fe6089599fe7b1227d0b35f;hb=57535f416523be18a928069903fae47c916a5a33;hpb=6de659592dbebd641b262f18401c90f05db29fa1 diff --git a/thread_options.h b/thread_options.h index 567df819..02c867f3 100644 --- a/thread_options.h +++ b/thread_options.h @@ -170,6 +170,7 @@ struct thread_options { unsigned int numjobs; os_cpu_mask_t cpumask; os_cpu_mask_t verify_cpumask; + os_cpu_mask_t log_gz_cpumask; unsigned int cpus_allowed_policy; char *numa_cpunodes; unsigned short numa_mem_mode; @@ -413,8 +414,14 @@ struct thread_options_pack { uint32_t stonewall; uint32_t new_group; uint32_t numjobs; + /* + * We currently can't convert these, so don't enable them + */ +#if 0 uint8_t cpumask[FIO_TOP_STR_MAX]; uint8_t verify_cpumask[FIO_TOP_STR_MAX]; + uint8_t log_gz_cpumask[FIO_TOP_STR_MAX]; +#endif uint32_t cpus_allowed_policy; uint32_t iolog; uint32_t rwmixcycle;