Re: [libvirt] [PATCH 2/3] conf: create a thin wrapper above virDomainDefPostParse

2017-08-22 Thread Peter Krempa
On Tue, Aug 22, 2017 at 13:50:38 +0200, Ján Tomko wrote: > Rename the original function to virDomainDefPostParseInternal > to allow adding arguments that will be only used by the internal > version. > --- > src/conf/domain_conf.c | 24 ++-- > 1 file changed, 18 insertions(+), 6

[libvirt] [PATCH 2/3] conf: create a thin wrapper above virDomainDefPostParse

2017-08-22 Thread Ján Tomko
Rename the original function to virDomainDefPostParseInternal to allow adding arguments that will be only used by the internal version. --- src/conf/domain_conf.c | 24 ++-- 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_