summaryrefslogtreecommitdiff
path: root/channels.h
diff options
context:
space:
mode:
Diffstat (limited to 'channels.h')
-rw-r--r--channels.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/channels.h b/channels.h
index abd719042..f57029a14 100644
--- a/channels.h
+++ b/channels.h
@@ -32,7 +32,7 @@
32 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 32 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
33 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 33 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34 */ 34 */
35/* RCSID("$OpenBSD: channels.h,v 1.26 2001/01/31 20:37:23 markus Exp $"); */ 35/* RCSID("$OpenBSD: channels.h,v 1.27 2001/02/15 23:19:59 markus Exp $"); */
36 36
37#ifndef CHANNELS_H 37#ifndef CHANNELS_H
38#define CHANNELS_H 38#define CHANNELS_H
@@ -75,6 +75,7 @@ struct Channel {
75 int wfd; /* write fd */ 75 int wfd; /* write fd */
76 int efd; /* extended fd */ 76 int efd; /* extended fd */
77 int sock; /* sock fd */ 77 int sock; /* sock fd */
78 int isatty; /* rfd is a tty */
78 Buffer input; /* data read from socket, to be sent over 79 Buffer input; /* data read from socket, to be sent over
79 * encrypted connection */ 80 * encrypted connection */
80 Buffer output; /* data received over encrypted connection for 81 Buffer output; /* data received over encrypted connection for