Re: [libvirt] [PATCH v2 3/6] fdstream: Emit stream abort callback even if poll() doesnt.

2011-12-13 Thread Eric Blake
On 12/07/2011 11:08 AM, 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 to watch for st

[libvirt] [PATCH v2 3/6] fdstream: Emit stream abort callback even if poll() doesnt.

2011-12-07 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 in