X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=kernel%2Fcgroup%2Fcgroup-internal.h;h=8b4c3c2f2509d2b49666410b011bf604926194f3;hb=64c2c372dbcf1b701b79e1f6f0f75c5c83529994;hp=793565c057426656312ab7b31471f6c523b7ae59;hpb=660f6b5c639228cf53b4eecda86c8dd9055bed53;p=karo-tx-linux.git diff --git a/kernel/cgroup/cgroup-internal.h b/kernel/cgroup/cgroup-internal.h index 793565c05742..8b4c3c2f2509 100644 --- a/kernel/cgroup/cgroup-internal.h +++ b/kernel/cgroup/cgroup-internal.h @@ -33,6 +33,9 @@ struct cgroup_taskset { struct list_head src_csets; struct list_head dst_csets; + /* the number of tasks in the set */ + int nr_tasks; + /* the subsys currently being processed */ int ssid;