]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
conf: Introduce per-domain condition variable
authorJiri Denemark <jdenemar@redhat.com>
Tue, 26 May 2015 14:43:58 +0000 (16:43 +0200)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 19 Jun 2015 13:13:16 +0000 (15:13 +0200)
commite0713c4beddaa93c3e1632a86d53ca16f43fb696
tree5bced3b5bb451a04cba165887004cc144af7ef3e
parent355d8f470f92f10587bb84709fddb706efdb4dee
conf: Introduce per-domain condition variable

Complex jobs, such as migration, need to monitor several events at once,
which is impossible when each of the event uses its own condition
variable. This patch adds a single condition variable to each domain
object. This variable can be used instead of the other event specific
conditions.

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
src/conf/domain_conf.c
src/conf/domain_conf.h
src/libvirt_private.syms