summaryrefslogtreecommitdiffhomepage
path: root/session.h
diff options
context:
space:
mode:
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;