Expose guasi IO engine in ioengine=
authorJens Axboe <jens.axboe@oracle.com>
Wed, 21 Mar 2007 07:48:26 +0000 (08:48 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 21 Mar 2007 07:48:26 +0000 (08:48 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
options.c

index 242a110720e9586b9a86840988a6ed4182387d16..0642a625e2113ae58c0fd9e301d0251d779c0dc5 100644 (file)
--- 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)",
                          },