[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.110 and 1.111

version 1.110, 2012/03/29 23:54:36 version 1.111, 2012/04/11 13:16:19
Line 104 
Line 104 
         int     isatty;         /* rfd is a tty */          int     isatty;         /* rfd is a tty */
         int     client_tty;     /* (client) TTY has been requested */          int     client_tty;     /* (client) TTY has been requested */
         int     force_drain;    /* force close on iEOF */          int     force_drain;    /* force close on iEOF */
           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.
Line 237 
Line 238 
   
 /* file descriptor handling (read/write) */  /* file descriptor handling (read/write) */
   
 void     channel_prepare_select(fd_set **, fd_set **, int *, u_int*, int);  void     channel_prepare_select(fd_set **, fd_set **, int *, u_int*,
                time_t*, int);
 void     channel_after_select(fd_set *, fd_set *);  void     channel_after_select(fd_set *, fd_set *);
 void     channel_output_poll(void);  void     channel_output_poll(void);
   

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