X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=56ed248551a5f6158dedf99eb0e4033f2bf0bf2d;hp=d635e99d0454f47241e199df671be79ddc7758d6;hb=cec6b55da1c282b5b91ad346c7804171fccf151e;hpb=2fc2698113c087352c1851bf5ebfcad6adb53932;ds=sidebyside diff --git a/fio.h b/fio.h index d635e99d..56ed2485 100644 --- a/fio.h +++ b/fio.h @@ -75,6 +75,9 @@ struct io_u { unsigned int buflen; unsigned long long offset; + void *xfer_buf; + unsigned int xfer_buflen; + unsigned int resid; unsigned int error;