summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2010-04-21 03:12:14 -0400
committerRoger Dingledine <arma@torproject.org>2010-04-21 03:12:14 -0400
commit4f307e038272e368cd307ffa5e31b568b0729c48 (patch)
treee4610ee1eb11c869440d81ac57b88963ad3ac327 /src/or/or.h
parent7231e289dd93d6aa3d17c46fd8ae44e70b365980 (diff)
downloadtor-4f307e038272e368cd307ffa5e31b568b0729c48.tar.gz
tor-4f307e038272e368cd307ffa5e31b568b0729c48.zip
immediate reachability check for new relays
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index e365f69499..71a9ff73d9 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -3913,6 +3913,7 @@ void dirserv_orconn_tls_done(const char *address,
uint16_t or_port,
const char *digest_rcvd,
int as_advertised);
+void dirserv_single_reachability_test(time_t now, routerinfo_t *router);
void dirserv_test_reachability(time_t now, int try_all);
int authdir_wants_to_reject_router(routerinfo_t *ri, const char **msg,
int complain);