diff tcpfwd.h @ 578:44f486b72427

- tcpfwd bindaddr support against trunk. needs merging.
author Matt Johnston <matt@ucc.asn.au>
date Sat, 27 Feb 2010 11:51:19 +0000
parents c3f2ec71e3d4
children 8c737cd7c1af
line wrap: on
line diff
--- a/tcpfwd.h	Sun Sep 13 15:31:29 2009 +0000
+++ b/tcpfwd.h	Sat Feb 27 11:51:19 2010 +0000
@@ -48,6 +48,7 @@
 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 */