X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=ca6e2904782000d678d0a7d5482c784e13ab1573;hp=ca9fede63f66962f8d3ea4e171e8991c97ee57ea;hb=564ca97254984165e06d5fd4b1270bac95ca55fb;hpb=757aff4f5cdf8bc1e0720c01564838aed968c1db diff --git a/fio.h b/fio.h index ca9fede6..ca6e2904 100644 --- a/fio.h +++ b/fio.h @@ -373,6 +373,11 @@ struct thread_stat { unsigned long total_run_time; }; +struct bssplit { + unsigned int bs; + unsigned char perc; +}; + struct thread_options { int pad; char *description; @@ -395,6 +400,8 @@ struct thread_options { unsigned int bs[2]; unsigned int min_bs[2]; unsigned int max_bs[2]; + struct bssplit *bssplit; + unsigned int bssplit_nr; unsigned int nr_files; unsigned int open_files;