[libvirt] [PATCH 4/8] 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. Signed-off-by: Cole Robinson crobi...@redhat.com --- src/conf/domain_event.c | 74 ++- src/conf/domain_event.h |

Re: [libvirt] [PATCH 4/8] domain_event: Add common domain event queue/flush helpers

2011-01-10 Thread Eric Blake
On 01/10/2011 10:38 AM, Cole Robinson wrote: The same code for queueing, flushing, and deregistering events exists in multiple drivers, which will soon use these common functions. Signed-off-by: Cole Robinson crobi...@redhat.com --- src/conf/domain_event.c | 74