summaryrefslogtreecommitdiff
path: root/channels.h
diff options
context:
space:
mode:
Diffstat (limited to 'channels.h')
-rw-r--r--channels.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels.h b/channels.h
index dd54114d6..bd2e92589 100644
--- a/channels.h
+++ b/channels.h
@@ -77,6 +77,7 @@ struct Channel {
77 int efd; /* extended fd */ 77 int efd; /* extended fd */
78 int sock; /* sock fd */ 78 int sock; /* sock fd */
79 int isatty; /* rfd is a tty */ 79 int isatty; /* rfd is a tty */
80 int wfd_isatty; /* wfd is a tty */
80 int force_drain; /* force close on iEOF */ 81 int force_drain; /* force close on iEOF */
81 int delayed; /* fdset hack */ 82 int delayed; /* fdset hack */
82 Buffer input; /* data read from socket, to be sent over 83 Buffer input; /* data read from socket, to be sent over