X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=ioengine.h;h=75c2c1ad222687f928e9c46fc5103d5c859035be;hp=48a042bdcb6dc81c64fb9da5ed75c8ce203e69fc;hb=e081d03e2d41ead2d17478dae58cc8a8625f9135;hpb=03e20d687566753b90383571e5e152c5142bdffd diff --git a/ioengine.h b/ioengine.h index 48a042bd..75c2c1ad 100644 --- a/ioengine.h +++ b/ioengine.h @@ -35,6 +35,9 @@ struct io_u { #endif #ifdef FIO_HAVE_BINJECT struct b_user_cmd buc; +#endif +#ifdef FIO_HAVE_RDMA + struct ibv_mr *mr; #endif void *mmap_data; }; @@ -48,6 +51,11 @@ struct io_u { unsigned long buflen; unsigned long long offset; + /* + * Initial seed for generating the buffer contents + */ + unsigned long rand_seed; + /* * IO engine state, may be different from above when we get * partial transfers / residual data counts