mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
propagate of 82bb923d0154750ef716b66b498561f882891946 and f51a272341ee12268fe7028bc2f2bad66c603069 from branch 'matt.dbclient.work' to 'matt.dbclient.rez'
--HG-- branch : private-rez extra : convert_revision : 440ee4177122c8a873ebf8984a90f96a9bd8a56a
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
#include "listener.h"
|
||||
#include "packet.h"
|
||||
#include "tcpfwd.h"
|
||||
#include "chansession.h"
|
||||
|
||||
extern int sessinitdone; /* Is set to 0 somewhere */
|
||||
extern int exitflag;
|
||||
@@ -176,6 +177,10 @@ struct serversession {
|
||||
struct ChildPid * childpids; /* array of mappings childpid<->channel */
|
||||
unsigned int childpidsize;
|
||||
|
||||
/* Used to avoid a race in the exit returncode handling - see
|
||||
* svr-chansession.c for details */
|
||||
struct exitinfo lastexit;
|
||||
|
||||
};
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user