
13 Jan
2011
13 Jan
'11
2:13 p.m.
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@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