Re: [libvirt] [PATCH v3 4/8] close callback API: remove unnecessary locks

2016-02-04 Thread Daniel P. Berrange
On Mon, Feb 01, 2016 at 03:40:17PM +0300, Nikolay Shirokovskiy wrote: > closeCallback pointer is immutable (set on connection object creation) > and self-locking. > --- > src/libvirt-host.c | 10 -- > 1 file changed, 10 deletions(-) ACK Regards, Daniel -- |: http://berrange.com

[libvirt] [PATCH v3 4/8] close callback API: remove unnecessary locks

2016-02-01 Thread Nikolay Shirokovskiy
closeCallback pointer is immutable (set on connection object creation) and self-locking. --- src/libvirt-host.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/src/libvirt-host.c b/src/libvirt-host.c index c492bd8..0bab5f2 100644 --- a/src/libvirt-host.c +++ b/src/libvirt-host.c @@

[libvirt] [PATCH v3 4/8] close callback API: remove unnecessary locks

2016-01-22 Thread Nikolay Shirokovskiy
closeCallback pointer is immutable (set on connection object creation) and self-locking. --- src/libvirt-host.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/src/libvirt-host.c b/src/libvirt-host.c index c492bd8..0bab5f2 100644 --- a/src/libvirt-host.c +++ b/src/libvirt-host.c @@