comparison session.h @ 955:36eacc322e00

Make sure the check_close() handler runs when a server child process exits
author Matt Johnston <matt@ucc.asn.au>
date Mon, 28 Jul 2014 23:23:49 +0800
parents 5daedffd0769
children f7f6c15b0ec3
comparison
equal deleted inserted replaced
953:356a25a108a3 955:36eacc322e00
185 /* Channel related */ 185 /* Channel related */
186 struct Channel ** channels; /* these pointers may be null */ 186 struct Channel ** channels; /* these pointers may be null */
187 unsigned int chansize; /* the number of Channel*s allocated for channels */ 187 unsigned int chansize; /* the number of Channel*s allocated for channels */
188 unsigned int chancount; /* the number of Channel*s in use */ 188 unsigned int chancount; /* the number of Channel*s in use */
189 const struct ChanType **chantypes; /* The valid channel types */ 189 const struct ChanType **chantypes; /* The valid channel types */
190 int channel_signal_pending; /* Flag set by sigchld handler */
190 191
191 /* TCP priority level for the main "port 22" tcp socket */ 192 /* TCP priority level for the main "port 22" tcp socket */
192 enum dropbear_prio socket_prio; 193 enum dropbear_prio socket_prio;
193 194
194 /* TCP forwarding - where manage listeners */ 195 /* TCP forwarding - where manage listeners */