aboutsummaryrefslogtreecommitdiff
path: root/src/or/connection.h
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@gmail.com>2011-06-14 03:27:07 +0200
committerGeorge Kadianakis <desnacked@gmail.com>2011-06-14 03:27:07 +0200
commitabe03f494321c985f5909558b5b476269982a894 (patch)
treec2b89064ecbb1ff2e8e8207ae96ae2dd0ce48d58 /src/or/connection.h
parenta79bea40d84fd369ef4df950765afc4c635f9b31 (diff)
downloadtor-abe03f494321c985f5909558b5b476269982a894.tar.gz
tor-abe03f494321c985f5909558b5b476269982a894.zip
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.
Diffstat (limited to 'src/or/connection.h')
-rw-r--r--src/or/connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/connection.h b/src/or/connection.h
index 94ae64591f..ba6a258af3 100644
--- a/src/or/connection.h
+++ b/src/or/connection.h
@@ -57,6 +57,7 @@ int connection_connect(connection_t *conn, const char *address,
int connection_proxy_connect(connection_t *conn, int type);
int connection_read_proxy_handshake(connection_t *conn);
+void log_failed_proxy_connection(connection_t *conn);
int retry_all_listeners(smartlist_t *replaced_conns,
smartlist_t *new_conns);