[BACK]Return to channels.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/channels.h between version 1.124 and 1.125

version 1.124, 2017/05/26 19:34:12 version 1.125, 2017/05/26 19:35:50
Line 46 
Line 46 
 #define SSH_CHANNEL_CLOSED              5       /* waiting for close confirmation */  #define SSH_CHANNEL_CLOSED              5       /* waiting for close confirmation */
 #define SSH_CHANNEL_AUTH_SOCKET         6       /* authentication socket */  #define SSH_CHANNEL_AUTH_SOCKET         6       /* authentication socket */
 #define SSH_CHANNEL_X11_OPEN            7       /* reading first X11 packet */  #define SSH_CHANNEL_X11_OPEN            7       /* reading first X11 packet */
 #define SSH_CHANNEL_INPUT_DRAINING      8       /* sending remaining data to conn */  
 #define SSH_CHANNEL_OUTPUT_DRAINING     9       /* sending remaining data to app */  
 #define SSH_CHANNEL_LARVAL              10      /* larval session */  #define SSH_CHANNEL_LARVAL              10      /* larval session */
 #define SSH_CHANNEL_RPORT_LISTENER      11      /* Listening to a R-style port  */  #define SSH_CHANNEL_RPORT_LISTENER      11      /* Listening to a R-style port  */
 #define SSH_CHANNEL_CONNECTING          12  #define SSH_CHANNEL_CONNECTING          12

Legend:
Removed from v.1.124  
changed lines
  Added in v.1.125