X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=be2f23aa9f7662f448c9b1f63b6f087333bdb9a2;hp=0601b376414b80cd31f44eb80d5e60e7119cf268;hb=c95f94046bc8c659b0fab718bd4029fadc87be5a;hpb=b63efd302dc3b762a21264ca66e07c74b697b608 diff --git a/fio.h b/fio.h index 0601b376..be2f23aa 100644 --- a/fio.h +++ b/fio.h @@ -252,6 +252,7 @@ struct thread_data { struct timeval start; /* start of this loop */ struct timeval epoch; /* time job was started */ struct timeval last_issue; + long time_offset; struct timeval tv_cache; struct timeval terminate_time; unsigned int tv_cache_nr; @@ -641,6 +642,9 @@ enum { FIO_RAND_DIST_PARETO, }; +#define FIO_DEF_ZIPF 1.1 +#define FIO_DEF_PARETO 0.2 + enum { FIO_RAND_GEN_TAUSWORTHE = 0, FIO_RAND_GEN_LFSR,