Add create_only option
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 6da22f039c8b1216762ec7ae349fb66b0d5bf229..f2a5a1f1ee70b91353734c9c5f8f8308ca10d338 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -125,6 +125,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;