Re: [libvirt] [PATCH v3 07/16] Refactor cgroups internal data structures

2013-04-11 Thread Daniel P. Berrange
On Thu, Apr 11, 2013 at 12:02:05PM +0200, Michal Privoznik wrote: > On 10.04.2013 12:08, Daniel P. Berrange wrote: > > From: "Daniel P. Berrange" > > > > Currently the virCgroupPtr struct contains 3 pieces of > > information > > > > - path - path of the cgroup, relative to current process' > >

Re: [libvirt] [PATCH v3 07/16] Refactor cgroups internal data structures

2013-04-11 Thread Michal Privoznik
On 10.04.2013 12:08, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > Currently the virCgroupPtr struct contains 3 pieces of > information > > - path - path of the cgroup, relative to current process' >cgroup placement > - placement - current process' placement in each controller

[libvirt] [PATCH v3 07/16] Refactor cgroups internal data structures

2013-04-10 Thread Daniel P. Berrange
From: "Daniel P. Berrange" Currently the virCgroupPtr struct contains 3 pieces of information - path - path of the cgroup, relative to current process' cgroup placement - placement - current process' placement in each controller - mounts - mount point of each controller When reading/writi