Re: [libvirt] [PATCH 01/10] fdstream: Emit stream abort callback even if poll() doesnt.

2011-10-18 Thread Daniel P. Berrange
On Wed, Oct 12, 2011 at 03:43:11PM +0200, Peter Krempa wrote: This patch causes the fdstream driver to call the stream event callback if virStreamAbort() is issued on a stream using this driver. This prohibited to abort streams from the daemon, as the daemon remote handler installs a callback

[libvirt] [PATCH 01/10] fdstream: Emit stream abort callback even if poll() doesnt.

2011-10-12 Thread Peter Krempa
This patch causes the fdstream driver to call the stream event callback if virStreamAbort() is issued on a stream using this driver. This prohibited to abort streams from the daemon, as the daemon remote handler installs a callback to watch for stream errors as the only mean of detecting changes