Re: [libvirt] [PATCH 04/13] Add new internal domain events APIs for handling other event types

2010-03-25 Thread Daniel P. Berrange
On Mon, Mar 22, 2010 at 03:42:52PM +0100, Daniel Veillard wrote: On Fri, Mar 19, 2010 at 03:38:52PM +, Daniel P. Berrange wrote: The current internal domain events API tracks callbacks based on the function pointer, and only supports lifecycle events. This adds new internal APIs for

Re: [libvirt] [PATCH 04/13] Add new internal domain events APIs for handling other event types

2010-03-22 Thread Daniel Veillard
On Fri, Mar 19, 2010 at 03:38:52PM +, Daniel P. Berrange wrote: The current internal domain events API tracks callbacks based on the function pointer, and only supports lifecycle events. This adds new internal APIs for registering callbacks for other event types. These new APIs are

[libvirt] [PATCH 04/13] Add new internal domain events APIs for handling other event types

2010-03-19 Thread Daniel P. Berrange
The current internal domain events API tracks callbacks based on the function pointer, and only supports lifecycle events. This adds new internal APIs for registering callbacks for other event types. These new APIs are postfixed with the word 'ID' to indicate that they operated based on event ID,