X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.c;h=0642a625e2113ae58c0fd9e301d0251d779c0dc5;hp=242a110720e9586b9a86840988a6ed4182387d16;hb=b8c82a464aa31d847dad7fad924840d0e55d82b3;hpb=609342ff4b7e5ada29d348079ec343d07fae6727;ds=sidebyside diff --git a/options.c b/options.c index 242a1107..0642a625 100644 --- a/options.c +++ b/options.c @@ -280,6 +280,11 @@ static struct fio_option options[] = { { .ival = "cpuio", .help = "CPU cycler burner engine", }, +#ifdef FIO_HAVE_GUASI + { .ival = "guasi", + .help = "GUASI IO engine", + }, +#endif { .ival = "external", .help = "Load external engine (append name)", },