aboutsummaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-09-03 04:37:30 +0000
committerRoger Dingledine <arma@torproject.org>2005-09-03 04:37:30 +0000
commit33b2abbc9005ef993bec3fc411bade881b125c11 (patch)
tree13f6ff68c53d4f590b48f89e070e33e51f9fda28 /src/or/or.h
parent467fd6e4e67bad6389a95603e572e6ade860324f (diff)
downloadtor-33b2abbc9005ef993bec3fc411bade881b125c11.tar
tor-33b2abbc9005ef993bec3fc411bade881b125c11.tar.gz
remove redundant logs about unreachable servers
svn:r4905
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index b976590b8..3c812109d 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1677,7 +1677,6 @@ void dirserv_free_descriptors(void);
int dirserv_thinks_router_is_blatantly_unreachable(routerinfo_t *router,
time_t now);
int list_server_status(smartlist_t *routers, char **router_status_out);
-void dirserv_log_unreachable_servers(time_t now);
int dirserv_dump_directory_to_string(char **dir_out,
crypto_pk_env_t *private_key);
void directory_set_dirty(void);