X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=05aec80d06ade7e1d58f5cdb090da284e19140cf;hp=4ed8cb1b0480c2e717848564fd2167a82dd29809;hb=efda12bde9d13663e5cfe4ddf677bae54075fd92;hpb=1ef2b6be973eded12827990ae1a9eb28b7b20be7 diff --git a/fio.h b/fio.h index 4ed8cb1b..05aec80d 100644 --- a/fio.h +++ b/fio.h @@ -14,6 +14,8 @@ #include #include +struct thread_data; + #include "compiler/compiler.h" #include "flist.h" #include "fifo.h" @@ -126,7 +128,7 @@ struct thread_stat { unsigned long total_complete; unsigned long long io_bytes[2]; - unsigned long runtime[2]; + unsigned long long runtime[2]; unsigned long total_run_time; /* @@ -195,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;