Re: [libvirt] [PATCH 5/8] Remove all domain event structs from header

2011-12-14 Thread Eric Blake
On 12/13/2011 05:38 PM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" > > No caller of the domain events APIs should need to poke at the > struct internals. Thus they should all be removed from the > header file > > * src/conf/domain_event.h: Remove struct definitions > * src/conf/domai

[libvirt] [PATCH 5/8] Remove all domain event structs from header

2011-12-13 Thread Daniel P. Berrange
From: "Daniel P. Berrange" No caller of the domain events APIs should need to poke at the struct internals. Thus they should all be removed from the header file * src/conf/domain_event.h: Remove struct definitions * src/conf/domain_event.c: Add struct definitions --- src/conf/domain_event.c |