X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=thread_options.h;fp=thread_options.h;h=a78684cf985030f861da02a68f77de30d3f114fe;hp=a5d06aad5a80aaceb848fa2b46eaf3013ec15712;hb=fb390e242cac8868e01cdc2046c63e04e3d53d70;hpb=2a95f716d8808f45cd5806eac0baad96b39b0016 diff --git a/thread_options.h b/thread_options.h index a5d06aad..a78684cf 100644 --- a/thread_options.h +++ b/thread_options.h @@ -78,6 +78,7 @@ struct thread_options { unsigned int create_serialize; unsigned int create_fsync; unsigned int create_on_open; + unsigned int create_only; unsigned int end_fsync; unsigned int pre_read; unsigned int sync_io; @@ -262,6 +263,7 @@ struct thread_options_pack { uint32_t create_serialize; uint32_t create_fsync; uint32_t create_on_open; + uint32_t create_only; uint32_t end_fsync; uint32_t pre_read; uint32_t sync_io;