X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fio.h;h=751fc3d18ecc8d59c1de03fac09501de6c8c53ef;hb=15dc1934435dc84d66547c4fc92d936224d7238f;hp=23e007b863550a10931cbf0d02addc5e4d20bd90;hpb=f5b6bb85364fcb8b2ac8d922ca65afd9dfabc9bb;p=fio.git diff --git a/fio.h b/fio.h index 23e007b8..751fc3d1 100644 --- a/fio.h +++ b/fio.h @@ -426,6 +426,12 @@ struct thread_data { */ unsigned int total_err_count; int first_error; + + /* + * Can be overloaded by profiles + */ + int (*fill_io_u_off)(struct thread_data *, struct io_u *); + int (*fill_io_u_size)(struct thread_data *, struct io_u *); }; /*