]> git.ipfire.org Git - thirdparty/libvirt.git/commit
close callback API: remove unnecessary locks
authorNikolay Shirokovskiy <nshirokovskiy@virtuozzo.com>
Wed, 17 Feb 2016 12:14:58 +0000 (15:14 +0300)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 1 Mar 2016 14:16:56 +0000 (14:16 +0000)
commitfa8c1645015af04e0838f71e573115c1c472d471
tree3f0cbe50bb377e1325d631f96edd70c316699a90
parentbaf47a1f5a9a42ec552dae9505f0de10f1fc2277
close callback API: remove unnecessary locks

closeCallback pointer is immutable (set on connection object creation)
and self-locking.
src/libvirt-host.c