X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=thread_options.h;h=d64423fe3a21f8817c9e42c09ef0675e732c3ac8;hp=3433ee02c27577447477ff9f67bb6162cf3d5305;hb=81c6b6cdd2f696528c423ff940a06efae8def583;hpb=8062f52754eb548cfd1de892a983fd5f0e63b347 diff --git a/thread_options.h b/thread_options.h index 3433ee02..d64423fe 100644 --- a/thread_options.h +++ b/thread_options.h @@ -148,6 +148,7 @@ struct thread_options { unsigned long long zone_range; unsigned long long zone_size; unsigned long long zone_skip; + unsigned long long lockmem; enum fio_memtype mem_type; unsigned int mem_align; @@ -172,6 +173,8 @@ struct thread_options { unsigned int rwmixcycle; unsigned int rwmix[2]; unsigned int nice; + unsigned int ioprio; + unsigned int ioprio_class; unsigned int file_service_type; unsigned int group_reporting; unsigned int fadvise_hint;