Daniel P. Berrange e7b0382945 Tweak EOF handling of streams
Typically when you get EOF on a stream, poll will return
POLLIN|POLLHUP at the same time. Thus when we deal with
stream reads, if we see EOF during the read, we can then
clear the VIR_STREAM_EVENT_HANGUP & VIR_STREAM_EVENT_ERROR
event bits.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2013-04-12 11:27:57 +01:00
..
2012-05-28 11:00:01 +01:00
2012-10-12 00:03:43 +02:00
2013-04-03 16:19:35 +01:00
2013-04-12 11:27:57 +01:00