summaryrefslogtreecommitdiff
path: root/src/or/entrynodes.h
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2013-02-28 18:58:36 +0200
committerNick Mathewson <nickm@torproject.org>2013-10-29 01:05:56 -0400
commit6f33dffec1bfb7c33979477688189c63c1bfb538 (patch)
tree7d0eb43fc43627a82070b37d03ac4cd457ebfc45 /src/or/entrynodes.h
parent7ef2939e5a902c6159227de176622ee9388e34a4 (diff)
downloadtor-6f33dffec1bfb7c33979477688189c63c1bfb538.tar.gz
tor-6f33dffec1bfb7c33979477688189c63c1bfb538.zip
Only launch transport proxies that provide useful transports.
Diffstat (limited to 'src/or/entrynodes.h')
-rw-r--r--src/or/entrynodes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/entrynodes.h b/src/or/entrynodes.h
index 52b8dc00e4..b02cd482de 100644
--- a/src/or/entrynodes.h
+++ b/src/or/entrynodes.h
@@ -118,6 +118,7 @@ struct transport_t;
int find_transport_by_bridge_addrport(const tor_addr_t *addr, uint16_t port,
const struct transport_t **transport);
+int transport_is_needed(const char *transport_name);
int validate_pluggable_transports_config(void);
double pathbias_get_close_success_count(entry_guard_t *guard);