X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=engines%2Fnet.c;h=d5a5f362bd3b8348deb68b6c24178df99c2c31a8;hb=e078de4a1c4e27f1938db4656e4d7cb6f98a8e1c;hp=eb6763ef23c6fa4fe783e092608759d2297cb6b4;hpb=b7f487cf80a8299a656df9c2214ff73e72956d71;p=fio.git diff --git a/engines/net.c b/engines/net.c index eb6763ef..d5a5f362 100644 --- a/engines/net.c +++ b/engines/net.c @@ -84,7 +84,6 @@ static struct fio_option options[] = { .off1 = offsetof(struct netio_options, proto), .help = "Network protocol to use", .def = "tcp", - .category = FIO_OPT_C_IO, .posval = { { .ival = "tcp", .oval = FIO_TYPE_TCP,