diff options
Diffstat (limited to 'crypto/openssh/channels.h')
-rw-r--r-- | crypto/openssh/channels.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/openssh/channels.h b/crypto/openssh/channels.h index dd54114..bd2e925 100644 --- a/crypto/openssh/channels.h +++ b/crypto/openssh/channels.h @@ -77,6 +77,7 @@ struct Channel { int efd; /* extended fd */ int sock; /* sock fd */ int isatty; /* rfd is a tty */ + int wfd_isatty; /* wfd is a tty */ int force_drain; /* force close on iEOF */ int delayed; /* fdset hack */ Buffer input; /* data read from socket, to be sent over |