engines: Add Network Block Device (NBD) support using libnbd.
[fio.git] / optgroup.c
index 04ceec7ec3a7242db72bbb07349c3cbeb6695671..c228ff292c542055459e34d89e06c58731af3e7b 100644 (file)
@@ -169,6 +169,10 @@ static const struct opt_group fio_opt_cat_groups[] = {
                .name   = "libhdfs I/O engine", /* libhdfs */
                .mask   = FIO_OPT_G_HDFS,
        },
+       {
+               .name   = "NBD I/O engine", /* NBD */
+               .mask   = FIO_OPT_G_NBD,
+       },
        {
                .name   = NULL,
        },