aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-03-26 01:43:39 +0000
committerRoger Dingledine <arma@torproject.org>2005-03-26 01:43:39 +0000
commit13283834829877d6cf81dd7d63224a650c89ad8d (patch)
tree96b2dca90b293c702dcf67ecc46a099cb765fcda /src/or/or.h
parente203d47192135079c34a6cf29307de5220126ee6 (diff)
downloadtor-13283834829877d6cf81dd7d63224a650c89ad8d.tar.gz
tor-13283834829877d6cf81dd7d63224a650c89ad8d.zip
make it clearer to the human that his server is testing
its reachability. tell him when it succeeds, or when 20 minutes pass and it hasn't succeeded yet. svn:r3882
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 7ccfdb3391..a38f724672 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1694,6 +1694,7 @@ void rotate_onion_key(void);
crypto_pk_env_t *init_key_from_file(const char *fname);
int init_keys(void);
+int check_whether_ports_reachable(void);
void consider_testing_reachability(void);
void router_orport_found_reachable(void);
void router_dirport_found_reachable(void);