X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=io_u.h;h=cfacf310e1cd7e21f4925b8da028b25c24f50ca2;hb=b3251e31bae2c2ec7c8db0e7e7511eb03b8b0190;hp=786251d5be92f08e12515c3051f3babed04137a6;hpb=6067863c7016faa8033f4363ba8702fa15063900;p=fio.git diff --git a/io_u.h b/io_u.h index 786251d5..cfacf310 100644 --- a/io_u.h +++ b/io_u.h @@ -80,6 +80,10 @@ struct io_u { struct io_piece *ipo; + /* + * number of trim ranges for this IO. + */ + unsigned int number_trim; unsigned long long resid; unsigned int error;