X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=optgroup.c;h=c228ff292c542055459e34d89e06c58731af3e7b;hp=04ceec7ec3a7242db72bbb07349c3cbeb6695671;hb=4e8c82b4e9804c52bf2c78327cc5bfca9d8aedfc;hpb=0f0346e0c8f9141ceea8a5de8264c635ea0cae9b diff --git a/optgroup.c b/optgroup.c index 04ceec7e..c228ff29 100644 --- a/optgroup.c +++ b/optgroup.c @@ -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, },