summaryrefslogtreecommitdiffhomepage
path: root/channel.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2005-09-05 17:10:32 +0000
committerMatt Johnston <matt@ucc.asn.au>2005-09-05 17:10:32 +0000
commit18b082955b77ecf775f36b8fc64e0a9262b583d9 (patch)
treecc8e8ebbf875d808991d8e7f05ddb2be41b8c5eb /channel.h
parent70438b7715f0abb7caf97852ce7ae8b1f29960eb (diff)
* ensure that we only handle open confirmation/failure
for channels where it is expected --HG-- extra : convert_revision : acc1ba014aae08ecb3159282fe87defe67899a40
Diffstat (limited to 'channel.h')
-rw-r--r--channel.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/channel.h b/channel.h
index 0f0fcc1..872bb25 100644
--- a/channel.h
+++ b/channel.h
@@ -81,6 +81,10 @@ struct Channel {
int initconn; /* used for TCP forwarding, whether the channel has been
fully initialised */
+ int await_open; /* flag indicating whether we've sent an open request
+ for this channel (and are awaiting a confirmation
+ or failure). */
+
const struct ChanType* type;
};