summaryrefslogtreecommitdiffhomepage
path: root/channel.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2007-02-09 10:43:16 +0000
committerMatt Johnston <matt@ucc.asn.au>2007-02-09 10:43:16 +0000
commitf5ad5c15531a8288222aeafa5b28f30298b3497f (patch)
tree63a0e1f29db3403d6b86d82486629a1a9ba5f870 /channel.h
parentcda7af7ca2fe9fb8d848e7891a528e63531a4e8d (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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/channel.h b/channel.h
index fc3cb90..1bfe392 100644
--- a/channel.h
+++ b/channel.h
@@ -84,6 +84,8 @@ struct Channel {
for this channel (and are awaiting a confirmation
or failure). */
+ int flushing;
+
const struct ChanType* type;
};