|
Lines 437-443
process_mux_new_session(u_int rid, Chann
Link Here
|
| 437 |
|
437 |
|
| 438 |
channel_send_open(nc->self); |
438 |
channel_send_open(nc->self); |
| 439 |
channel_register_open_confirm(nc->self, mux_session_confirm, cctx); |
439 |
channel_register_open_confirm(nc->self, mux_session_confirm, cctx); |
| 440 |
channel_register_cleanup(nc->self, mux_master_session_cleanup_cb, 0); |
440 |
channel_register_cleanup(nc->self, mux_master_session_cleanup_cb, 1); |
| 441 |
|
441 |
|
| 442 |
/* prepare reply */ |
442 |
/* prepare reply */ |
| 443 |
/* XXX defer until mux_session_confirm() fires */ |
443 |
/* XXX defer until mux_session_confirm() fires */ |
|
Lines 809-815
process_mux_stdio_fwd(u_int rid, Channel
Link Here
|
| 809 |
debug2("%s: channel_new: %d linked to control channel %d", |
809 |
debug2("%s: channel_new: %d linked to control channel %d", |
| 810 |
__func__, nc->self, nc->ctl_chan); |
810 |
__func__, nc->self, nc->ctl_chan); |
| 811 |
|
811 |
|
| 812 |
channel_register_cleanup(nc->self, mux_master_session_cleanup_cb, 0); |
812 |
channel_register_cleanup(nc->self, mux_master_session_cleanup_cb, 1); |
| 813 |
|
813 |
|
| 814 |
/* prepare reply */ |
814 |
/* prepare reply */ |
| 815 |
/* XXX defer until channel confirmed */ |
815 |
/* XXX defer until channel confirmed */ |