diff options
author | Matt Johnston <matt@ucc.asn.au> | 2007-02-09 10:43:16 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2007-02-09 10:43:16 +0000 |
commit | f5ad5c15531a8288222aeafa5b28f30298b3497f (patch) | |
tree | 63a0e1f29db3403d6b86d82486629a1a9ba5f870 /channel.h | |
parent | cda7af7ca2fe9fb8d848e7891a528e63531a4e8d (diff) |
Improve behaviour when flushing out after a process has exited.
--HG--
branch : channel-fix
extra : convert_revision : e73ee8f7ae404a9355685c30828a0ad4524031bc
Diffstat (limited to 'channel.h')
-rw-r--r-- | channel.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -84,6 +84,8 @@ struct Channel { for this channel (and are awaiting a confirmation or failure). */ + int flushing; + const struct ChanType* type; }; |