aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.h
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2016-08-18 12:02:33 +1000
committerNick Mathewson <nickm@torproject.org>2016-08-24 10:07:47 -0400
commitb1ad024d3002e9d8581b6b96c892e5988d9e759b (patch)
tree3afdc42c8fd5068e6d18a888843b37081c3a6a26 /src/or/routerlist.h
parentd3a975ea05bf8d850602a3ad8054402a679c5dcf (diff)
downloadtor-b1ad024d3002e9d8581b6b96c892e5988d9e759b.tar.gz
tor-b1ad024d3002e9d8581b6b96c892e5988d9e759b.zip
Fix path selection on firewalled clients
Signed-off-by: teor <teor2345@gmail.com>
Diffstat (limited to 'src/or/routerlist.h')
-rw-r--r--src/or/routerlist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.h b/src/or/routerlist.h
index 67cc253c5a..cb5b42a3b8 100644
--- a/src/or/routerlist.h
+++ b/src/or/routerlist.h
@@ -62,7 +62,7 @@ int routers_have_same_or_addrs(const routerinfo_t *r1, const routerinfo_t *r2);
void router_add_running_nodes_to_smartlist(smartlist_t *sl, int allow_invalid,
int need_uptime, int need_capacity,
int need_guard, int need_desc,
- int pref_addr);
+ int pref_addr, int direct_conn);
const routerinfo_t *routerlist_find_my_routerinfo(void);
uint32_t router_get_advertised_bandwidth(const routerinfo_t *router);