Re: [libvirt] [PATCH v2 05/23] util: convert virSystemdActivation to use VIR_DEFINE_AUTOPTR_FUNC

2019-10-08 Thread Ján Tomko
On Mon, Oct 07, 2019 at 06:14:07PM +0100, Daniel P. Berrangé wrote: Using the standard macro will facilitate the conversion to glib's auto cleanup macros. Signed-off-by: Daniel P. Berrangé --- src/util/virsystemd.c | 10 +- src/util/virsystemd.h | 5 +++-- tests/virsystemdtest.c | 2 +

[libvirt] [PATCH v2 05/23] util: convert virSystemdActivation to use VIR_DEFINE_AUTOPTR_FUNC

2019-10-07 Thread Daniel P . Berrangé
Using the standard macro will facilitate the conversion to glib's auto cleanup macros. Signed-off-by: Daniel P. Berrangé --- src/util/virsystemd.c | 10 +- src/util/virsystemd.h | 5 +++-- tests/virsystemdtest.c | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/s