]> andersk Git - openssh.git/blobdiff - channels.h
Merged latest OpenBSD changes:
[openssh.git] / channels.h
index c0b4a93411c434657f3185d53677aaeae1470a4a..d30f1635e6835e773e541b1822f340cb7449b3b8 100644 (file)
@@ -26,9 +26,8 @@ typedef struct Channel
   int self;            /* my own channel identifier */
   int remote_id;       /* channel identifier for remote peer */
                        /* peer can be reached over encrypted connection, via packet-sent */
-  int istate;
-  int ostate;
-  int x11;
+  int istate;          /* input from channel (state of receive half) */
+  int ostate;          /* output to channel  (state of transmit half) */
   int sock;            /* data socket, linked to this channel */
   Buffer input;                /* data read from socket, to be sent over encrypted connection */
   Buffer output;       /* data received over encrypted connection for send on socket */
This page took 1.474211 seconds and 4 git commands to generate.