Re: [libvirt] [PATCH 3/4] lxc: Make lxcProcessStop callable even without PID being available

2017-07-25 Thread Michal Privoznik
On 07/24/2017 04:09 PM, Martin Kletzander wrote: > This way the function can work as a central point of clean-up code and > we don't have to duplicate code. And it works similarly to the qemu > driver. > > Signed-off-by: Martin Kletzander > --- > src/lxc/lxc_process.c | 32 ++---

[libvirt] [PATCH 3/4] lxc: Make lxcProcessStop callable even without PID being available

2017-07-24 Thread Martin Kletzander
This way the function can work as a central point of clean-up code and we don't have to duplicate code. And it works similarly to the qemu driver. Signed-off-by: Martin Kletzander --- src/lxc/lxc_process.c | 32 ++-- 1 file changed, 2 insertions(+), 30 deletions(-)