diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-08-24 10:45:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-08-24 10:45:11 -0400 |
commit | 51329054199e2b7eb3aed46282028f04e13a13ad (patch) | |
tree | 71ec92073fc80e7d838fe589bc308759f6ad9f3e /src/or/routerlist.h | |
parent | 297635f806ec4244c4e6e6f093f87d647061d42a (diff) | |
parent | 5280a700aae934753671d26e75050177b510d30d (diff) | |
download | tor-51329054199e2b7eb3aed46282028f04e13a13ad.tar.gz tor-51329054199e2b7eb3aed46282028f04e13a13ad.zip |
Merge branch 'maint-0.2.8'
Diffstat (limited to 'src/or/routerlist.h')
-rw-r--r-- | src/or/routerlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/routerlist.h b/src/or/routerlist.h index 9765ee7ff4..72ab6d9bf3 100644 --- a/src/or/routerlist.h +++ b/src/or/routerlist.h @@ -65,7 +65,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); |