diff options
author | teor <teor@riseup.net> | 2020-05-11 17:00:25 +1000 |
---|---|---|
committer | teor <teor@riseup.net> | 2020-05-11 17:00:25 +1000 |
commit | 1c1faf586ab7083221e02da4315679c5cf13d151 (patch) | |
tree | 98780850692bd2eda6c0cd91b2eeaf37bea472a8 /src/feature/nodelist/routerlist.h | |
parent | 9e7f51e469cd275ef519498945124fe5addc889f (diff) | |
download | tor-1c1faf586ab7083221e02da4315679c5cf13d151.tar.gz tor-1c1faf586ab7083221e02da4315679c5cf13d151.zip |
routerlist: Choose nodes that can initiate IPv6 extends
Part of 33226.
Diffstat (limited to 'src/feature/nodelist/routerlist.h')
-rw-r--r-- | src/feature/nodelist/routerlist.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/feature/nodelist/routerlist.h b/src/feature/nodelist/routerlist.h index 401ce5e35a..1297bb4b65 100644 --- a/src/feature/nodelist/routerlist.h +++ b/src/feature/nodelist/routerlist.h @@ -61,7 +61,8 @@ 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 need_uptime, int need_capacity, int need_guard, int need_desc, int pref_addr, - int direct_conn); + int direct_conn, + bool initiate_ipv6_extend); const routerinfo_t *routerlist_find_my_routerinfo(void); uint32_t router_get_advertised_bandwidth(const routerinfo_t *router); |