The unified diff between revisions [924b731b..] and [be0d8378..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'session.h'
#
#
# patch "session.h"
# from [029633beee5cd56701332bc0fa563ae201223469]
# to [ee0e21426ed403efd6cc2147c137d74c58c38584]
#
============================================================
--- session.h 029633beee5cd56701332bc0fa563ae201223469
+++ session.h ee0e21426ed403efd6cc2147c137d74c58c38584
@@ -123,8 +123,9 @@ 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;
struct key_context *keys;