Re: [libvirt] [PATCH] cgroup: drop INSERT_ELEMENT usage virCgroupPartitionEscape

2016-07-25 Thread Martin Kletzander
On Mon, Jul 25, 2016 at 03:53:42PM +0200, Ján Tomko wrote: Use virAsprintf to prepend an underscore to make the code more readable. --- src/util/vircgroup.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/util/vircgroup.c b/src/util/vircgroup.c index 04f3818..07cd7f

[libvirt] [PATCH] cgroup: drop INSERT_ELEMENT usage virCgroupPartitionEscape

2016-07-25 Thread Ján Tomko
Use virAsprintf to prepend an underscore to make the code more readable. --- src/util/vircgroup.c | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/util/vircgroup.c b/src/util/vircgroup.c index 04f3818..07cd7f6 100644 --- a/src/util/vircgroup.c +++ b/src/util/vircgrou