Mercurial > dropbear
comparison channel.h @ 243:0056419cf0f4
* ensure that we only handle open confirmation/failure
for channels where it is expected
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 05 Sep 2005 17:10:32 +0000 |
parents | 581f81e8c50c |
children | 84925eceeb13 |
comparison
equal
deleted
inserted
replaced
242:3311f4aa52cb | 243:0056419cf0f4 |
---|---|
79 int recveof, senteof; | 79 int recveof, senteof; |
80 | 80 |
81 int initconn; /* used for TCP forwarding, whether the channel has been | 81 int initconn; /* used for TCP forwarding, whether the channel has been |
82 fully initialised */ | 82 fully initialised */ |
83 | 83 |
84 int await_open; /* flag indicating whether we've sent an open request | |
85 for this channel (and are awaiting a confirmation | |
86 or failure). */ | |
87 | |
84 const struct ChanType* type; | 88 const struct ChanType* type; |
85 | 89 |
86 }; | 90 }; |
87 | 91 |
88 struct ChanType { | 92 struct ChanType { |