X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=f00f64a9dc4297217e870eae87b27b5980151719;hp=751fc3d18ecc8d59c1de03fac09501de6c8c53ef;hb=58c55ba02aca24ed30beb343fcb1dc3df4667389;hpb=15dc1934435dc84d66547c4fc92d936224d7238f diff --git a/fio.h b/fio.h index 751fc3d1..f00f64a9 100644 --- a/fio.h +++ b/fio.h @@ -30,6 +30,7 @@ #include "iolog.h" #include "helpers.h" #include "options.h" +#include "profile.h" #ifdef FIO_HAVE_GUASI #include @@ -430,8 +431,8 @@ struct thread_data { /* * 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 *); + struct prof_io_ops prof_io_ops; + void *prof_data; }; /*