X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fio.h;h=05aec80d06ade7e1d58f5cdb090da284e19140cf;hb=e84b371e121ee224e02a90d01bf9074b759a409f;hp=c2a0d4d25efb20fc219cdc391a4b0e7ddf3d0453;hpb=bb0675581dc0a2e8133a6cbfa609b976b97d54ba;p=fio.git diff --git a/fio.h b/fio.h index c2a0d4d2..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; @@ -217,6 +220,7 @@ struct thread_options { unsigned int thinktime_blocks; unsigned int fsync_blocks; unsigned int fdatasync_blocks; + unsigned int barrier_blocks; unsigned long start_delay; unsigned long long timeout; unsigned long long ramp_time;