diff options
author | Matt Johnston <matt@ucc.asn.au> | 2007-02-09 10:43:16 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2007-02-09 10:43:16 +0000 |
commit | f5ad5c15531a8288222aeafa5b28f30298b3497f (patch) | |
tree | 63a0e1f29db3403d6b86d82486629a1a9ba5f870 /session.h | |
parent | cda7af7ca2fe9fb8d848e7891a528e63531a4e8d (diff) |
Improve behaviour when flushing out after a process has exited.
--HG--
branch : channel-fix
extra : convert_revision : e73ee8f7ae404a9355685c30828a0ad4524031bc
Diffstat (limited to 'session.h')
-rw-r--r-- | session.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -123,7 +123,8 @@ struct sshsession { 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; |