Remember to initialize return value in fixup_options()
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 95988584c037bfec4d1da5a2170cc8c295611205..d2cca1182b2b40d271caa2f88a766836448be138 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -197,6 +197,7 @@ struct thread_options {
        char verify_pattern[MAX_PATTERN_SIZE];
        unsigned int verify_pattern_bytes;
        unsigned int verify_fatal;
+       unsigned int verify_dump;
        unsigned int verify_async;
        unsigned long long verify_backlog;
        unsigned int verify_batch;
@@ -521,6 +522,7 @@ extern char *job_section;
 extern int fio_gtod_offload;
 extern int fio_gtod_cpu;
 extern enum fio_cs fio_clock_source;
+extern int warnings_fatal;
 
 extern struct thread_data *threads;