X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=thread_options.h;h=26a3e0e67c4968098319bca119a9c26d7ec5efa8;hp=f3dfd42f7fbfa5df55e775606ad41f5f62c6a882;hb=e8bf784a034fe73aeed99a3360e803af38728126;hpb=e59b9e111792bd0f5f807ed2466cf1904b5f1379 diff --git a/thread_options.h b/thread_options.h index f3dfd42f..26a3e0e6 100644 --- a/thread_options.h +++ b/thread_options.h @@ -65,6 +65,7 @@ struct thread_options { unsigned int iodepth_batch; unsigned int iodepth_batch_complete_min; unsigned int iodepth_batch_complete_max; + unsigned int serialize_overlap; unsigned int unique_filename; @@ -340,6 +341,8 @@ struct thread_options_pack { uint32_t iodepth_batch; uint32_t iodepth_batch_complete_min; uint32_t iodepth_batch_complete_max; + uint32_t serialize_overlap; + uint32_t pad3; uint64_t size; uint64_t io_size;