]> andersk Git - openssh.git/blobdiff - channels.h
- (bal) AIX tty data limiting patch fix by leigh@solinno.co.uk
[openssh.git] / channels.h
index dd54114d6c013d0840c274fc09a5b0b761592c0d..bd2e92589c591648f8811a1174245783f0a04288 100644 (file)
@@ -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
This page took 0.030102 seconds and 4 git commands to generate.