diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-09-13 13:16:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-09-14 10:20:01 -0400 |
commit | c2c6d12a81bc46eaf2d017e4f9cd6f66cb145acb (patch) | |
tree | 053b4d9833232955031ee1ff98ba44c87c739ef8 /src/or/routerlist.h | |
parent | 725d3a32bd025642a0b9ada0d2202508cbe9bbbe (diff) | |
download | tor-c2c6d12a81bc46eaf2d017e4f9cd6f66cb145acb.tar.gz tor-c2c6d12a81bc46eaf2d017e4f9cd6f66cb145acb.zip |
Move functions for seeing if we know enough nodes into nodelist
Diffstat (limited to 'src/or/routerlist.h')
-rw-r--r-- | src/or/routerlist.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/or/routerlist.h b/src/or/routerlist.h index abd4823c43..58143010b3 100644 --- a/src/or/routerlist.h +++ b/src/or/routerlist.h @@ -73,7 +73,6 @@ void routerlist_remove(routerlist_t *rl, routerinfo_t *ri, int make_old, time_t now); void routerlist_free_all(void); void routerlist_reset_warnings(void); -void router_set_status(const char *digest, int up); static int WRA_WAS_ADDED(was_router_added_t s); static int WRA_WAS_OUTDATED(was_router_added_t s); @@ -141,10 +140,6 @@ void update_consensus_router_descriptor_downloads(time_t now, int is_vote, void update_router_descriptor_downloads(time_t now); void update_all_descriptor_downloads(time_t now); void update_extrainfo_downloads(time_t now); -int router_have_minimum_dir_info(void); -void router_dir_info_changed(void); -const char *get_dir_info_status_string(void); -int count_loading_descriptors_progress(void); void router_reset_descriptor_download_failures(void); int router_differences_are_cosmetic(const routerinfo_t *r1, const routerinfo_t *r2); |