Add support for specifying UID/GID
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index aa5124cd03a805d9158391131d3e1788c1f4b9e9..3b2dd6edcfd51c74ab20ec0d439b723b88802bcd 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -275,10 +275,11 @@ struct thread_options {
        /*
         * blkio cgroup support
         */
-       char *cgroup_root;
        char *cgroup;
        unsigned int cgroup_weight;
-       unsigned int cgroup_was_created;
+
+       unsigned int uid;
+       unsigned int gid;
 };
 
 #define FIO_VERROR_SIZE        128