Mercurial > dropbear
comparison chansession.h @ 547:cf376c696dfc agent-client
Make it compile, update for changes in channel structure.
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 01 Jul 2009 04:53:17 +0000 |
parents | 12d845ab7b5f |
children | 52d7301e46bd |
comparison
equal
deleted
inserted
replaced
546:568638be7203 | 547:cf376c696dfc |
---|---|
58 char * x11authcookie; | 58 char * x11authcookie; |
59 unsigned int x11screennum; | 59 unsigned int x11screennum; |
60 unsigned char x11singleconn; | 60 unsigned char x11singleconn; |
61 #endif | 61 #endif |
62 | 62 |
63 #ifndef DISABLE_AGENTFWD | 63 #ifdef ENABLE_SVR_AGENTFWD |
64 struct Listener * agentlistener; | 64 struct Listener * agentlistener; |
65 char * agentfile; | 65 char * agentfile; |
66 char * agentdir; | 66 char * agentdir; |
67 #endif | 67 #endif |
68 }; | 68 }; |