[BACK]Return to mux.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/mux.c between version 1.95 and 1.96

version 1.95, 2023/01/06 02:39:59 version 1.96, 2023/03/08 04:43:12
Line 173 
Line 173 
 };  };
   
 /* Cleanup callback fired on closure of mux client _session_ channel */  /* Cleanup callback fired on closure of mux client _session_ channel */
 /* ARGSUSED */  
 static void  static void
 mux_master_session_cleanup_cb(struct ssh *ssh, int cid, int force, void *unused)  mux_master_session_cleanup_cb(struct ssh *ssh, int cid, int force, void *unused)
 {  {
Line 195 
Line 194 
 }  }
   
 /* Cleanup callback fired on closure of mux client _control_ channel */  /* Cleanup callback fired on closure of mux client _control_ channel */
 /* ARGSUSED */  
 static void  static void
 mux_master_control_cleanup_cb(struct ssh *ssh, int cid, int force, void *unused)  mux_master_control_cleanup_cb(struct ssh *ssh, int cid, int force, void *unused)
 {  {

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96