Re: [libvirt] [PATCH 1/4] Move USER_ALIAS_PREFIX to the header file

2017-11-30 Thread John Ferlan
On 11/29/2017 09:58 AM, Ján Tomko wrote: > Allow other parts of code to decide whether the alias is user-specified > or not. > --- > src/conf/domain_conf.c | 3 +-- > src/conf/domain_conf.h | 2 ++ > 2 files changed, 3 insertions(+), 2 deletions(-) > Why not a convenience API instead? e.g.

[libvirt] [PATCH 1/4] Move USER_ALIAS_PREFIX to the header file

2017-11-29 Thread Ján Tomko
Allow other parts of code to decide whether the alias is user-specified or not. --- src/conf/domain_conf.c | 3 +-- src/conf/domain_conf.h | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c index b31917dad..41c94ed18 100644 ---