]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Change virDomainEventState to virObjectLockable
authorMartin Kletzander <mkletzan@redhat.com>
Tue, 11 Oct 2016 07:48:36 +0000 (09:48 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Wed, 12 Oct 2016 10:54:47 +0000 (12:54 +0200)
commit1827f2ac5de36da06d0246e862910c3a69065752
treec76054c5b65ccb97dabf4d2a2dea67890a3c9449
parent8ee8f939fe0d18db89f190b1faca177e616489c3
Change virDomainEventState to virObjectLockable

This way we get reference counting and we can get rid of locking
function.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
17 files changed:
cfg.mk
src/bhyve/bhyve_driver.c
src/conf/object_event.c
src/conf/object_event.h
src/libvirt_private.syms
src/libxl/libxl_driver.c
src/lxc/lxc_driver.c
src/network/bridge_driver.c
src/node_device/node_device_udev.c
src/qemu/qemu_driver.c
src/remote/remote_driver.c
src/storage/storage_driver.c
src/test/test_driver.c
src/uml/uml_driver.c
src/vbox/vbox_common.c
src/vz/vz_driver.c
src/xen/xen_driver.c