From abe03f494321c985f5909558b5b476269982a894 Mon Sep 17 00:00:00 2001
From: George Kadianakis <desnacked@gmail.com>
Date: Tue, 14 Jun 2011 03:27:07 +0200
Subject: Our warning now is much more specific, mentioning proxy
 type/addr/port.

Not included in the previous commit, because the implementation is
ugly; I see no other way of doing this though.
---
 src/or/or.h | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'src/or/or.h')

diff --git a/src/or/or.h b/src/or/or.h
index 6f056b24d..f713db788 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -230,6 +230,8 @@ typedef enum {
 #define PROXY_CONNECT 1
 #define PROXY_SOCKS4 2
 #define PROXY_SOCKS5 3
+/* pluggable transports proxy type */
+#define PROXY_PLUGGABLE 4
 
 /* Proxy client handshake states */
 /* We use a proxy but we haven't even connected to it yet. */ 
-- 
cgit v1.2.3