Merge branch 'master' into gfio
[fio.git] / engines / libaio.c
index f17260d32911523b563d3c8493abcb3f67960eba..e9ce0ce7d4ac81c174d4932510b82c6fd732527d 100644 (file)
@@ -30,9 +30,11 @@ 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_IO,
        },
        {
                .name   = NULL,