[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.116 and 1.117

version 1.116, 2015/01/19 20:07:45 version 1.117, 2015/05/08 06:45:13
Line 110 
Line 110 
         time_t  notbefore;      /* Pause IO until deadline (time_t) */          time_t  notbefore;      /* Pause IO until deadline (time_t) */
         int     delayed;        /* post-select handlers for newly created          int     delayed;        /* post-select handlers for newly created
                                  * 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
                                  * accidentally 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

Legend:
Removed from v.1.116  
changed lines
  Added in v.1.117