X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=2b4b3c65e1974926386f987b0f1aa462ed2fcdc5;hp=a2be6d578037b88c62b706aa4284630ef8b0821f;hb=609342ff4b7e5ada29d348079ec343d07fae6727;hpb=3f344202f614ef3275e7000738d998ca85ebb9cf diff --git a/fio.h b/fio.h index a2be6d57..2b4b3c65 100644 --- a/fio.h +++ b/fio.h @@ -24,6 +24,10 @@ #include "syslet.h" #endif +#ifdef FIO_HAVE_GUASI +#include +#endif + enum fio_ddir { DDIR_READ = 0, DDIR_WRITE, @@ -110,6 +114,9 @@ struct io_u { #endif #ifdef FIO_HAVE_SYSLET struct syslet_req req; +#endif +#ifdef FIO_HAVE_GUASI + guasi_req_t greq; #endif }; struct timeval start_time;