Re: [libvirt] [PATCH 03/10] daemon: Subscribe the stream event callback for error events.

2011-10-18 Thread Daniel P. Berrange
On Wed, Oct 12, 2011 at 03:43:13PM +0200, Peter Krempa wrote: This patch subscribes the daemon-side event callback for error and hangup events. The functionality to handle them is already implemented in the callback. --- daemon/stream.c |2 +- 1 files changed, 1 insertions(+), 1

[libvirt] [PATCH 03/10] daemon: Subscribe the stream event callback for error events.

2011-10-12 Thread Peter Krempa
This patch subscribes the daemon-side event callback for error and hangup events. The functionality to handle them is already implemented in the callback. --- daemon/stream.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/daemon/stream.c b/daemon/stream.c index