Mercurial > dropbear
comparison svr-session.c @ 9:7f77962de998
- Reworked non-channel fd handling to listener.c
- More channel cleaning up
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 03 Jun 2004 16:45:53 +0000 |
parents | 425ed5c20157 |
children | 5ae28f6101c1 |
comparison
equal
deleted
inserted
replaced
7:425ed5c20157 | 9:7f77962de998 |
---|---|
33 #include "random.h" | 33 #include "random.h" |
34 #include "kex.h" | 34 #include "kex.h" |
35 #include "channel.h" | 35 #include "channel.h" |
36 #include "chansession.h" | 36 #include "chansession.h" |
37 #include "atomicio.h" | 37 #include "atomicio.h" |
38 #include "localtcpfwd.h" | 38 #include "tcpfwd-direct.h" |
39 | 39 |
40 static void svr_remoteclosed(); | 40 static void svr_remoteclosed(); |
41 | 41 |
42 struct serversession svr_ses; | 42 struct serversession svr_ses; |
43 | 43 |