Mercurial > dropbear
comparison session.h @ 6:ab00ef513e97
Sorted out the first channel init issues.
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Tue, 01 Jun 2004 10:48:46 +0000 |
parents | bc6477a6c393 |
children | 7f77962de998 |
comparison
equal
deleted
inserted
replaced
5:bc6477a6c393 | 6:ab00ef513e97 |
---|---|
132 | 132 |
133 | 133 |
134 /* Channel related */ | 134 /* Channel related */ |
135 struct Channel ** channels; /* these pointers may be null */ | 135 struct Channel ** channels; /* these pointers may be null */ |
136 unsigned int chansize; /* the number of Channel*s allocated for channels */ | 136 unsigned int chansize; /* the number of Channel*s allocated for channels */ |
137 struct ChanType **chantypes; /* The valid channel types */ | 137 const struct ChanType **chantypes; /* The valid channel types */ |
138 | 138 |
139 | 139 |
140 /* TCP forwarding - where manage listeners */ | 140 /* TCP forwarding - where manage listeners */ |
141 #ifndef DISABLE_REMOTETCPFWD | 141 #ifndef DISABLE_REMOTETCPFWD |
142 struct TCPListener ** tcplisteners; | 142 struct TCPListener ** tcplisteners; |