summaryrefslogtreecommitdiffhomepage
path: root/channel.h
diff options
context:
space:
mode:
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;
};