Merge branch 'master' into gfio
[fio.git] / thread_options.h
index a5d06aad5a80aaceb848fa2b46eaf3013ec15712..a78684cf985030f861da02a68f77de30d3f114fe 100644 (file)
@@ -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;