summaryrefslogtreecommitdiffhomepage
path: root/tcpfwd.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2010-02-27 11:51:19 +0000
committerMatt Johnston <matt@ucc.asn.au>2010-02-27 11:51:19 +0000
commit3b078445482f42dabfe4922e67a958dc607b166f (patch)
tree68fff0d4c9c34c7ace28285f82e711a8fad3a8fb /tcpfwd.h
parent8174a2f27b9539511eb1f432df76856222cdfc1a (diff)
- tcpfwd bindaddr support against trunk. needs merging.
--HG-- extra : convert_revision : 658fd03abd21e0da7c4c89b9fff9dc693c72daae
Diffstat (limited to 'tcpfwd.h')
-rw-r--r--tcpfwd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcpfwd.h b/tcpfwd.h
index 34da314..c33e853 100644
--- a/tcpfwd.h
+++ b/tcpfwd.h
@@ -48,6 +48,7 @@ struct TCPListener {
struct TCPFwdEntry {
const unsigned char* connectaddr;
unsigned int connectport;
+ const unsigned char* listenaddr;
unsigned int listenport;
unsigned int have_reply; /* is set to 1 after a reply has been received
when setting up the forwarding */