Re: [libvirt] [PATCHv3 2/6] libvirt: Increase connection reference count for callbacks

2013-04-01 Thread Eric Blake
On 03/31/2013 10:20 AM, Peter Krempa wrote: From: Viktor Mihajlovski mihaj...@linux.vnet.ibm.com By adjusting the reference count of the connection object we prevent races between callback function and virConnectClose. Signed-off-by: Viktor Mihajlovski mihaj...@linux.vnet.ibm.com ---

[libvirt] [PATCHv3 2/6] libvirt: Increase connection reference count for callbacks

2013-03-31 Thread Peter Krempa
From: Viktor Mihajlovski mihaj...@linux.vnet.ibm.com By adjusting the reference count of the connection object we prevent races between callback function and virConnectClose. Signed-off-by: Viktor Mihajlovski mihaj...@linux.vnet.ibm.com --- src/libvirt.c | 5 + 1 file changed, 5