[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.135 and 1.136

version 1.135, 2020/09/20 05:47:25 version 1.136, 2021/04/03 05:54:14
Line 174 
Line 174 
         channel_filter_cleanup_fn *filter_cleanup;          channel_filter_cleanup_fn *filter_cleanup;
   
         /* keep boundaries */          /* keep boundaries */
         int                     datagram;          int                     datagram;
   
         /* non-blocking connect */          /* non-blocking connect */
         /* XXX make this a pointer so the structure can be opaque */          /* XXX make this a pointer so the structure can be opaque */
Line 184 
Line 184 
         mux_callback_fn         *mux_rcb;          mux_callback_fn         *mux_rcb;
         void                    *mux_ctx;          void                    *mux_ctx;
         int                     mux_pause;          int                     mux_pause;
         int                     mux_downstream_id;          int                     mux_downstream_id;
 };  };
   
 #define CHAN_EXTENDED_IGNORE            0  #define CHAN_EXTENDED_IGNORE            0

Legend:
Removed from v.1.135  
changed lines
  Added in v.1.136