[libvirt] [PATCH 3/8] domain_event: Add virDomainEventState structure

2011-01-10 Thread Cole Robinson
This structure will be used to unify lots of duplicated event handling code across the state drivers. Signed-off-by: Cole Robinson crobi...@redhat.com --- src/conf/domain_event.c | 91 -- src/conf/domain_event.h | 47 +--- 2

Re: [libvirt] [PATCH 3/8] domain_event: Add virDomainEventState structure

2011-01-10 Thread Eric Blake
On 01/10/2011 10:38 AM, Cole Robinson wrote: This structure will be used to unify lots of duplicated event handling code across the state drivers. Signed-off-by: Cole Robinson crobi...@redhat.com --- src/conf/domain_event.c | 91 --