Re: [libvirt] [PATCH 03/13] Refactor domain events to handle multiple event types

2010-03-25 Thread Daniel P. Berrange
On Mon, Mar 22, 2010 at 03:36:34PM +0100, Daniel Veillard wrote: On Fri, Mar 19, 2010 at 03:38:51PM +, Daniel P. Berrange wrote: The internal domain events APIs are designed to handle the lifecycle events. This needs to be refactored to allow arbitrary new event types to be handled.

Re: [libvirt] [PATCH 03/13] Refactor domain events to handle multiple event types

2010-03-22 Thread Daniel Veillard
On Fri, Mar 19, 2010 at 03:38:51PM +, Daniel P. Berrange wrote: The internal domain events APIs are designed to handle the lifecycle events. This needs to be refactored to allow arbitrary new event types to be handled. * The signature of virDomainEventDispatchFunc changes to use

[libvirt] [PATCH 03/13] Refactor domain events to handle multiple event types

2010-03-19 Thread Daniel P. Berrange
The internal domain events APIs are designed to handle the lifecycle events. This needs to be refactored to allow arbitrary new event types to be handled. * The signature of virDomainEventDispatchFunc changes to use virConnectDomainEventGenericCallback instead of the lifecycle event