
20 Oct
2015
20 Oct
'15
9:34 a.m.
On 10/16/2015 08:11 AM, Peter Krempa wrote:
Keep const correctness and allow to use this function in cases where @def is const in the caller. --- src/conf/domain_conf.c | 2 +- src/conf/domain_conf.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
All because the new API you add in patch 5 uses "const virDomainDef *" - not that it matters one way or another to me, but it would seem other Get API's could/should have the same prototype change... Eventually... ACK - John