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