Mercurial > dropbear
comparison session.h @ 553:8711f20b89ab
- For uclinux, only cleanup on exit for the main process. This avoids
trashing the state when a failing child exits.
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 09 Jul 2009 16:01:30 +0000 |
parents | 0431915df79f |
children | 7f66b8e40f2d |
comparison
equal
deleted
inserted
replaced
545:00e619aa2f9a | 553:8711f20b89ab |
---|---|
211 struct exitinfo lastexit; | 211 struct exitinfo lastexit; |
212 | 212 |
213 /* The numeric address they connected from, used for logging */ | 213 /* The numeric address they connected from, used for logging */ |
214 char * addrstring; | 214 char * addrstring; |
215 | 215 |
216 #ifdef __uClinux__ | |
217 pid_t server_pid; | |
218 #endif | |
219 | |
216 }; | 220 }; |
217 | 221 |
218 typedef enum { | 222 typedef enum { |
219 KEX_NOTHING, | 223 KEX_NOTHING, |
220 KEXINIT_RCVD, | 224 KEXINIT_RCVD, |