X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=engines%2Flibaio.c;h=0dca58371c9957582fbdb329ce7717fe3e1731c8;hp=4d1f3a311a18fb4ce6b6fad69258062abe785574;hb=e90a0adf85f75a65c02b22ba3766dff0d9d82ae6;hpb=cca5b5bc3a622b4f4a103d05c55284fc167a0b82 diff --git a/engines/libaio.c b/engines/libaio.c index 4d1f3a31..0dca5837 100644 --- a/engines/libaio.c +++ b/engines/libaio.c @@ -32,6 +32,8 @@ static struct fio_option options[] = { .type = FIO_OPT_STR_SET, .off1 = offsetof(struct libaio_options, userspace_reap), .help = "Use alternative user-space reap implementation", + .category = FIO_OPT_C_ENGINE, + .category = FIO_OPT_G_LIBAIO, }, { .name = NULL,