Update for RDMA io engine's compatibility
[fio.git] / engines / libaio.c
index 0dca58371c9957582fbdb329ce7717fe3e1731c8..9cc910d73bc19fdbb690baa5295131fc0f7addbc 100644 (file)
@@ -29,11 +29,12 @@ struct libaio_options {
 static struct fio_option options[] = {
        {
                .name   = "userspace_reap",
+               .lname  = "Libaio userspace reaping",
                .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,
+               .group  = FIO_OPT_G_LIBAIO,
        },
        {
                .name   = NULL,