[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.147 and 1.148

version 1.147, 2023/01/06 02:47:18 version 1.148, 2023/01/18 02:00:10
Line 150 
Line 150 
                                  * this way post-IO handlers are not                                   * this way post-IO handlers are not
                                  * accidentally called if a FD gets reused */                                   * accidentally called if a FD gets reused */
         int     restore_block;  /* fd mask to restore blocking status */          int     restore_block;  /* fd mask to restore blocking status */
           int     restore_flags[3];/* flags to restore */
         struct sshbuf *input;   /* data read from socket, to be sent over          struct sshbuf *input;   /* data read from socket, to be sent over
                                  * encrypted connection */                                   * encrypted connection */
         struct sshbuf *output;  /* data received over encrypted connection for          struct sshbuf *output;  /* data received over encrypted connection for

Legend:
Removed from v.1.147  
changed lines
  Added in v.1.148