Improve behaviour when flushing out after a process has exited.

--HG--
branch : channel-fix
extra : convert_revision : e73ee8f7ae404a9355685c30828a0ad4524031bc
This commit is contained in:
Matt Johnston
2007-02-09 10:43:16 +00:00
parent cda7af7ca2
commit f5ad5c1553
5 changed files with 84 additions and 13 deletions

View File

@@ -84,6 +84,8 @@ struct Channel {
for this channel (and are awaiting a confirmation
or failure). */
int flushing;
const struct ChanType* type;
};