Wire up fusion-aw-sync engine
[fio.git] / options.c
index 54a62d9550c29ca828f3146ee1b79d906f2c150b..8fa50a8f5d987ebfa73098b0c5a17de5e2969940 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1077,6 +1077,11 @@ static struct fio_option options[FIO_MAX_OPTS] = {
                          { .ival = "rdma",
                            .help = "RDMA IO engine",
                          },
+#endif
+#ifdef FIO_HAVE_FUSION_AW
+                         { .ival = "fusion-aw-sync",
+                           .help = "Fusion-io atomic write engine",
+                         },
 #endif
                          { .ival = "external",
                            .help = "Load external engine (append name)",