diff options
author | Matt Johnston <matt@ucc.asn.au> | 2005-09-05 17:10:32 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2005-09-05 17:10:32 +0000 |
commit | 18b082955b77ecf775f36b8fc64e0a9262b583d9 (patch) | |
tree | cc8e8ebbf875d808991d8e7f05ddb2be41b8c5eb /channel.h | |
parent | 70438b7715f0abb7caf97852ce7ae8b1f29960eb (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.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; }; |