Missing fio.h update
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 11338eb7496e64d3207eb240dd3182b154b241ad..22fecd9e23c0a8bf52978e546a3c17933f8e6808 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;
@@ -542,6 +543,7 @@ struct thread_data {
        int groupid;
        struct thread_stat ts;
        struct fio_file **files;
+       unsigned int files_size;
        unsigned int files_index;
        unsigned int nr_open_files;
        unsigned int nr_done_files;