Mercurial > dropbear
comparison session.h @ 559:7f66b8e40f2d agent-client
propagate from branch 'au.asn.ucc.matt.dropbear' (head bbe4e11695a7b22bd89a722600eb4a4020b6fdf3)
to branch 'au.asn.ucc.matt.dropbear.cli-agent' (head 276cf5e82276b6c879d246ba64739ec6868f5150)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 29 Jul 2009 02:58:33 +0000 |
parents | c3f2ec71e3d4 8711f20b89ab |
children | 005530560594 |
comparison
equal
deleted
inserted
replaced
552:de3653483ac0 | 559:7f66b8e40f2d |
---|---|
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, |