Merge branch 'master' into gfio
[fio.git] / engines / libaio.c
index bc459da1fcbaf5a310305cc4e4d2b63136c873a8..748233c268e1dad4a106c00c4c1497ad62010c0f 100644 (file)
@@ -32,9 +32,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,