Re: [libvirt] [PATCH 02/10] virnetclientstream: Propagate stream error messages to callback

2011-10-18 Thread Daniel P. Berrange
On Wed, Oct 12, 2011 at 03:43:12PM +0200, Peter Krempa wrote: If a stream notification message arives from the daemon side, the event dispatcher only sets the error state for the stream but does not emit the stream error event and the corresponding callback is not called. This patch adds the

[libvirt] [PATCH 02/10] virnetclientstream: Propagate stream error messages to callback

2011-10-12 Thread Peter Krempa
If a stream notification message arives from the daemon side, the event dispatcher only sets the error state for the stream but does not emit the stream error event and the corresponding callback is not called. This patch adds the emision of the event in the cause a stream error (abortion)