On Tue, Jun 02, 2015 at 14:34:06 +0200, Jiri Denemark wrote:
> 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 <jdene...@redhat.com>
> ---
> 
> Notes:
>     Version 2:
>     - new patch which replaces thread queues and conditions (patch 1
>       and 2 in version 1)
> 
>  src/conf/domain_conf.c   | 47 +++++++++++++++++++++++++++++++++++++++++++++++
>  src/conf/domain_conf.h   |  6 ++++++
>  src/libvirt_private.syms |  4 ++++
>  3 files changed, 57 insertions(+)
> 

ACK,

Peter

Attachment: signature.asc
Description: Digital signature

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to