[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.111 and 1.112

version 1.111, 2012/04/11 13:16:19 version 1.112, 2013/06/02 21:01:51
Line 109 
Line 109 
                                  * channels are delayed until the first call                                   * channels are delayed until the first call
                                  * to a matching pre-select handler.                                   * to a matching pre-select handler.
                                  * this way post-select handlers are not                                   * this way post-select handlers are not
                                  * accidenly called if a FD gets reused */                                   * accidentally called if a FD gets reused */
         Buffer  input;          /* data read from socket, to be sent over          Buffer  input;          /* data read from socket, to be sent over
                                  * encrypted connection */                                   * encrypted connection */
         Buffer  output;         /* data received over encrypted connection for          Buffer  output;         /* data received over encrypted connection for

Legend:
Removed from v.1.111  
changed lines
  Added in v.1.112