sg engine: do type check only when sd has been setup
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index d8911ef5db8d19ef92804287a3f726cab0f82203..07b40ff47780a17e6ed3b0248e2e3c708e91b547 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -13,6 +13,7 @@
 #include <string.h>
 #include <getopt.h>
 
+#include "compiler.h"
 #include "list.h"
 #include "rbtree.h"
 #include "md5.h"
@@ -448,6 +449,7 @@ struct thread_data {
        struct fio_file *files;
        unsigned int files_index;
        unsigned int nr_open_files;
+       unsigned int nr_done_files;
        unsigned int nr_normal_files;
        union {
                unsigned int next_file;