Various: Report errors encountered while doing channel I/O.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 10 May 2010 01:18:04 +0000 (02:18 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 10 May 2010 01:28:37 +0000 (02:28 +0100)
commit86c9bc4bc9e9b99482bcc5a2c6da8f5ec7516f69
tree2b676963bb0e6c7ca923d8457a05ad13453bdbc7
parent17ded99b880a9d546bd3d9ac3106c7da558fda4e
Various: Report errors encountered while doing channel I/O.

I'm amazed I let these get swallowed up between chan and endpt.  Oh,
well.

Minor interface change: endpt_join wants a channel description string,
but the source (which always does the joining anyway) has one to hand.
The channel structure has grown an error indicator which the endpoint
manager inspects when it's tearing down the connection.
chan.c
endpt.c
exec.c
file.c
fwd.h
socket.c