fio: add hostname, port, and address type (ipv4, ipv6, or socket) to gui
[fio.git] / profiles / tiobench.c
index aba0785c6eef6ab863cf1f8af039b2176bc113bb..f86a33787d9ca4e5f25fe2d096089c04b902154d 100644 (file)
@@ -85,6 +85,7 @@ static void tb_prep_cmdline(void)
 
 static struct profile_ops tiobench_profile = {
        .name           = "tiobench",
+       .desc           = "tiotest/tiobench benchmark",
        .options        = options,
        .prep_cmd       = tb_prep_cmdline,
        .cmdline        = tb_opts,