Mercurial > dropbear
comparison session.h @ 956:46a0b2ebc22c coverity
merge
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 28 Jul 2014 23:38:54 +0800 |
parents | 36eacc322e00 |
children | f7f6c15b0ec3 |
comparison
equal
deleted
inserted
replaced
954:e257f94ef8a7 | 956:46a0b2ebc22c |
---|---|
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 */ |