[libvirt] [PATCH 1/6] domain_event: Add virDomainEventState structure

Daniel P. Berrange berrange at redhat.com
Thu Jan 13 13:13:11 UTC 2011


On Mon, Jan 10, 2011 at 03:28:55PM -0500, Cole Robinson wrote:
> This structure will be used to unify lots of duplicated event handling code
> across the state drivers.
> 
> v2:
>     Check for state == NULL in StateFree
>     Add NONNULL tagging
>     Use bool for isDispatching
> 
> Signed-off-by: Cole Robinson <crobinso at redhat.com>
> ---
>  cfg.mk                   |    1 +
>  src/conf/domain_event.c  |   94 ++++++++++++++++++++++++++++++++++++----------
>  src/conf/domain_event.h  |   48 ++++++++++++++++-------
>  src/libvirt_private.syms |    2 +
>  4 files changed, 111 insertions(+), 34 deletions(-)

ACK

Daniel




More information about the libvir-list mailing list