Mercurial > dropbear
diff 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 |
line wrap: on
line diff
--- a/session.h Tue Feb 06 16:00:18 2007 +0000 +++ b/session.h Fri Feb 09 10:43:16 2007 +0000 @@ -123,7 +123,8 @@ unsigned char lastpacket; /* What the last received packet type was */ - + int signal_pipe[2]; /* stores endpoints of a self-pipe used for + race-free signal handling */ /* KEX/encryption related */ struct KEXState kexstate;