Re: [libvirt] [PATCH 2/6] domain_event: Add common domain event queue/flush helpers

2011-01-13 Thread Daniel P. Berrange
On Mon, Jan 10, 2011 at 03:28:56PM -0500, Cole Robinson wrote: The same code for queueing, flushing, and deregistering events exists in multiple drivers, which will soon use these common functions. v2: Adjust libvirt_private.syms isDispatching bool fixes NONNULL tagging

[libvirt] [PATCH 2/6] domain_event: Add common domain event queue/flush helpers

2011-01-10 Thread Cole Robinson
The same code for queueing, flushing, and deregistering events exists in multiple drivers, which will soon use these common functions. v2: Adjust libvirt_private.syms isDispatching bool fixes NONNULL tagging Signed-off-by: Cole Robinson crobi...@redhat.com ---