X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=1723067eb325adb33112b9239ae29869067c19ca;hp=e4ed76fbde2bf0304f477349a67db1ad488db298;hb=9ac8a797da61a59c9fa1b59f8574246555403d19;hpb=7a958bd5974368e97058ab17ea94611e4d723da0 diff --git a/fio.h b/fio.h index e4ed76fb..1723067e 100644 --- a/fio.h +++ b/fio.h @@ -28,6 +28,7 @@ #include "io_ddir.h" #include "ioengine.h" #include "iolog.h" +#include "profiles.h" #ifdef FIO_HAVE_GUASI #include @@ -264,6 +265,11 @@ struct thread_options { * I/O Error handling */ unsigned int continue_on_error; + + /* + * Benchmark profile type + */ + unsigned int profile; }; #define FIO_VERROR_SIZE 128