X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=thread_options.h;h=493e92ec2ae36e9cfa9aca95129bdf5057cb2681;hb=89978a6b26f81bdbd63228e2e2a86f604ee46c56;hp=d0f3fe932a4d35e39c0e57482445c507e9dc50d1;hpb=4641daa9b2e33bc63197dfec48584eaf05890a01;p=fio.git diff --git a/thread_options.h b/thread_options.h index d0f3fe93..493e92ec 100644 --- a/thread_options.h +++ b/thread_options.h @@ -200,6 +200,7 @@ struct thread_options { unsigned int numa_mem_prefer_node; char *numa_memnodes; unsigned int gpu_dev_id; + unsigned int start_offset_percent; unsigned int iolog; unsigned int rwmixcycle; @@ -469,7 +470,7 @@ struct thread_options_pack { uint8_t log_gz_cpumask[FIO_TOP_STR_MAX]; #endif uint32_t gpu_dev_id; - uint32_t pad; + uint32_t start_offset_percent; uint32_t cpus_allowed_policy; uint32_t iolog; uint32_t rwmixcycle;