Re: [libvirt] [PATCHv2 2/6] Implement domainMemoryStats API slot for LXC driver.

2014-01-23 Thread Gao feng
On 01/20/2014 07:12 PM, Thorsten Behrens wrote: --- Notes on v2: - check if domain is running, fixed ret val calculation - api slot comment is now referencing 1.2.2 src/lxc/lxc_driver.c | 50 ++ 1 file changed, 50 insertions(+) diff

[libvirt] [PATCHv2 2/6] Implement domainMemoryStats API slot for LXC driver.

2014-01-20 Thread Thorsten Behrens
--- Notes on v2: - check if domain is running, fixed ret val calculation - api slot comment is now referencing 1.2.2 src/lxc/lxc_driver.c | 50 ++ 1 file changed, 50 insertions(+) diff --git a/src/lxc/lxc_driver.c b/src/lxc/lxc_driver.c index