diff options
author | teor (Tim Wilson-Brown) <teor2345@gmail.com> | 2016-07-07 16:10:56 +1000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-07-26 19:31:05 -0400 |
commit | 64bf6b70a889ee53978d70a2efc3c2a08a088826 (patch) | |
tree | f2b7c6a4f1d72c3b752ae09e261817fb903ec893 /src/or/routerlist.h | |
parent | dfa41ac0f32729f9d5a731681d826ec3006f6fb5 (diff) | |
download | tor-64bf6b70a889ee53978d70a2efc3c2a08a088826.tar.gz tor-64bf6b70a889ee53978d70a2efc3c2a08a088826.zip |
Check that extend_info_from_router is never called on a client
Diffstat (limited to 'src/or/routerlist.h')
-rw-r--r-- | src/or/routerlist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/routerlist.h b/src/or/routerlist.h index 01f7644535..9765ee7ff4 100644 --- a/src/or/routerlist.h +++ b/src/or/routerlist.h @@ -58,6 +58,7 @@ const routerstatus_t *router_pick_trusteddirserver(dirinfo_type_t type, int flags); const routerstatus_t *router_pick_fallback_dirserver(dirinfo_type_t type, int flags); +int router_skip_or_reachability(const or_options_t *options, int try_ip_pref); int router_get_my_share_of_directory_requests(double *v3_share_out); void router_reset_status_download_failures(void); int routers_have_same_or_addrs(const routerinfo_t *r1, const routerinfo_t *r2); |