Ensure that buffer contents are random across jobs as well
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 8401eda7132e02660e2d9812cc79e3fc934cfe92..6eb270d2a8e802b6607b43c0e992454ac8e68d56 100644 (file)
--- 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;