Re: [libvirt] [PATCH 2/6] introduce the function virCgroupMoveTask()

2012-05-14 Thread Hu Tao
On Wed, Apr 25, 2012 at 05:44:52PM +0800, Wen Congyang wrote: > introduce a new API to move all tasks from a cgroup to another cgroup > > --- > src/util/cgroup.c | 55 > + > src/util/cgroup.h |2 + > 2 files changed, 57 insertions(+), 0 d

[libvirt] [PATCH 2/6] introduce the function virCgroupMoveTask()

2012-04-25 Thread Wen Congyang
introduce a new API to move all tasks from a cgroup to another cgroup --- src/util/cgroup.c | 55 + src/util/cgroup.h |2 + 2 files changed, 57 insertions(+), 0 deletions(-) diff --git a/src/util/cgroup.c b/src/util/cgroup.c index 901a841