summaryrefslogtreecommitdiffhomepage
path: root/tcpfwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcpfwd.h')
-rw-r--r--tcpfwd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcpfwd.h b/tcpfwd.h
index e980ee2..28af029 100644
--- a/tcpfwd.h
+++ b/tcpfwd.h
@@ -40,7 +40,7 @@ struct TCPListener {
unsigned int listenport;
const struct ChanType *chantype;
-
+ enum {direct, forwarded} tcp_type;
};
/* A link in a list of forwards */