Add 'allow_file_create' option
[fio.git] / thread_options.h
index f967a8a10aa4fc4da5212b48eabf4c427b3fc999..aed39c80f46420458897829bec627137880de988 100644 (file)
@@ -270,6 +270,8 @@ struct thread_options {
        unsigned int replay_scale;
 
        unsigned int per_job_logs;
+
+       unsigned int allow_create;
 };
 
 #define FIO_TOP_STR_MAX                256
@@ -505,6 +507,8 @@ struct thread_options_pack {
        uint32_t replay_scale;
 
        uint32_t per_job_logs;
+
+       uint32_t allow_create;
 } __attribute__((packed));
 
 extern void convert_thread_options_to_cpu(struct thread_options *o, struct thread_options_pack *top);