comparison session.h @ 416:a01c0c8e543a channel-fix

Improve behaviour when flushing out after a process has exited.
author Matt Johnston <matt@ucc.asn.au>
date Fri, 09 Feb 2007 10:43:16 +0000
parents efbaf6b03837
children c216212001fc
comparison
equal deleted inserted replaced
415:8b9aba1d5fa4 416:a01c0c8e543a
121 unsigned char ignorenext; /* whether to ignore the next packet, 121 unsigned char ignorenext; /* whether to ignore the next packet,
122 used for kex_follows stuff */ 122 used for kex_follows stuff */
123 123
124 unsigned char lastpacket; /* What the last received packet type was */ 124 unsigned char lastpacket; /* What the last received packet type was */
125 125
126 126 int signal_pipe[2]; /* stores endpoints of a self-pipe used for
127 race-free signal handling */
127 128
128 /* KEX/encryption related */ 129 /* KEX/encryption related */
129 struct KEXState kexstate; 130 struct KEXState kexstate;
130 struct key_context *keys; 131 struct key_context *keys;
131 struct key_context *newkeys; 132 struct key_context *newkeys;