X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=aa5124cd03a805d9158391131d3e1788c1f4b9e9;hp=214fbd268ca92e9081748be70b5c9cb07e3bff0f;hb=a696fa2a9c2e21a1c88813235d6fc39d267f6155;hpb=d481e00608dc118e646b6fee9c9292c1ab35448f diff --git a/fio.h b/fio.h index 214fbd26..aa5124cd 100644 --- a/fio.h +++ b/fio.h @@ -271,6 +271,14 @@ struct thread_options { * Benchmark profile type */ unsigned int profile; + + /* + * blkio cgroup support + */ + char *cgroup_root; + char *cgroup; + unsigned int cgroup_weight; + unsigned int cgroup_was_created; }; #define FIO_VERROR_SIZE 128