comparison chansession.h @ 1495:0c16b4ccbd54

make signal flags volatile, simplify handling
author Matt Johnston <matt@ucc.asn.au>
date Wed, 14 Feb 2018 23:06:01 +0800
parents 750ec4ec4cbe
children 8a7d26e86a56
comparison
equal deleted inserted replaced
1494:da095983a60b 1495:0c16b4ccbd54
92 #if DROPBEAR_CLI_NETCAT 92 #if DROPBEAR_CLI_NETCAT
93 void cli_send_netcat_request(void); 93 void cli_send_netcat_request(void);
94 #endif 94 #endif
95 95
96 void svr_chansessinitialise(void); 96 void svr_chansessinitialise(void);
97 void svr_chansess_checksignal(void);
97 extern const struct ChanType svrchansess; 98 extern const struct ChanType svrchansess;
98 99
99 struct SigMap { 100 struct SigMap {
100 int signal; 101 int signal;
101 char* name; 102 char* name;