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

2011-05-13 Thread Daniel P. Berrange
On Thu, May 12, 2011 at 01:14:26PM -0400, 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/7] domain_event: Add common domain event queue/flush helpers

2011-05-12 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 v3: Add requireTimer parameter to virDomainEventStateNew Signed-off-by: