Re: [libvirt] [PATCH 02/13] Make internal domain events struct definitions private

2010-03-22 Thread Daniel Veillard
On Fri, Mar 19, 2010 at 03:38:50PM +, Daniel P. Berrange wrote: The virtual box driver was directly accesing the domain events structs instead of using the APIs provided. To prevent this kind of abuse, make the struct definitions private, forcing use of the internal APIs. This requires

[libvirt] [PATCH 02/13] Make internal domain events struct definitions private

2010-03-19 Thread Daniel P. Berrange
The virtual box driver was directly accesing the domain events structs instead of using the APIs provided. To prevent this kind of abuse, make the struct definitions private, forcing use of the internal APIs. This requires adding one extra internal API. * src/conf/domain_event.h,