summaryrefslogtreecommitdiff
path: root/src/or/dirserv.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-09-14 22:19:22 -0400
committerNick Mathewson <nickm@torproject.org>2010-09-14 22:19:22 -0400
commite2b71d884139af902fc9b9222f5b55fe5a7a91ec (patch)
treef56bfffb62b21fa9dae69d1ebd4dd8bb509c4f8c /src/or/dirserv.h
parenta445daf0cf7e7828aefacae1a11df5e76efacafa (diff)
parentd9e05505606046afa8b346acac5f1e379e6f6e6d (diff)
downloadtor-e2b71d884139af902fc9b9222f5b55fe5a7a91ec.tar.gz
tor-e2b71d884139af902fc9b9222f5b55fe5a7a91ec.zip
Merge branch 'bug911'
Diffstat (limited to 'src/or/dirserv.h')
-rw-r--r--src/or/dirserv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/dirserv.h b/src/or/dirserv.h
index 5ebcb8b2b0..94e4e811d6 100644
--- a/src/or/dirserv.h
+++ b/src/or/dirserv.h
@@ -99,6 +99,8 @@ void dirserv_orconn_tls_done(const char *address,
uint16_t or_port,
const char *digest_rcvd,
int as_advertised);
+int dirserv_should_launch_reachability_test(routerinfo_t *ri,
+ routerinfo_t *ri_old);
void dirserv_single_reachability_test(time_t now, routerinfo_t *router);
void dirserv_test_reachability(time_t now);
int authdir_wants_to_reject_router(routerinfo_t *ri, const char **msg,