Re: [libvirt] [PATCH 4/7] vircgroup: Split virCgroupPathOfController into two functions

2018-08-27 Thread Ján Tomko
On Fri, Aug 24, 2018 at 03:45:54PM +0200, Pavel Hrdina wrote: The case where we need path of any controller is only for internal use so move it out to a different function. Signed-off-by: Pavel Hrdina --- src/util/vircgroup.c | 54 ++-- src/util/vircgroup.

[libvirt] [PATCH 4/7] vircgroup: Split virCgroupPathOfController into two functions

2018-08-24 Thread Pavel Hrdina
The case where we need path of any controller is only for internal use so move it out to a different function. Signed-off-by: Pavel Hrdina --- src/util/vircgroup.c | 54 ++-- src/util/vircgroup.h | 2 +- 2 files changed, 33 insertions(+), 23 deletions(-)