
5 Sep
2017
5 Sep
'17
3:37 p.m.
On 09/04/2017 03:06 PM, Daniel P. Berrange wrote:
The C library will now ignore an attempt to register an event loop twice. It is unable to report an error in this case though due to the C API returning 'void'. To improve this we must manually report an error at the python level.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com> --- libvirt-override.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-)
ACK Michal