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:
Matt Johnston
2004-09-21 10:08:21 +00:00
parent 6766dfae26
commit c2af67efd3
3 changed files with 76 additions and 38 deletions

View File

@@ -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 {