summaryrefslogtreecommitdiffhomepage
path: root/session.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2007-02-09 10:43:16 +0000
committerMatt Johnston <matt@ucc.asn.au>2007-02-09 10:43:16 +0000
commitf5ad5c15531a8288222aeafa5b28f30298b3497f (patch)
tree63a0e1f29db3403d6b86d82486629a1a9ba5f870 /session.h
parentcda7af7ca2fe9fb8d848e7891a528e63531a4e8d (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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/session.h b/session.h
index a4ad45f..78e3e57 100644
--- a/session.h
+++ b/session.h
@@ -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;