Add create_on_open option
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 11338eb7496e64d3207eb240dd3182b154b241ad..dd09ceec3a4bcf9570dc308c2d521cf42f2a9431 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -443,6 +443,7 @@ struct thread_options {
        unsigned int invalidate_cache;
        unsigned int create_serialize;
        unsigned int create_fsync;
+       unsigned int create_on_open;
        unsigned int end_fsync;
        unsigned int sync_io;
        unsigned int verify;