X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=6eb270d2a8e802b6607b43c0e992454ac8e68d56;hp=8401eda7132e02660e2d9812cc79e3fc934cfe92;hb=3545a109a2cfe5ab22969ef453dc049db47f0b68;hpb=ce952ab65a46f728ffada9613bb50ace7aeaa7c8 diff --git a/fio.h b/fio.h index 8401eda7..6eb270d2 100644 --- a/fio.h +++ b/fio.h @@ -460,7 +460,7 @@ struct thread_data { char *sysfs_root; - unsigned long rand_seeds[7]; + unsigned long rand_seeds[8]; union { os_random_state_t bsrange_state; @@ -475,6 +475,8 @@ struct thread_data { struct frand_state __trim_state; }; + struct frand_state buf_state; + unsigned int verify_batch; unsigned int trim_batch;