diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-09-14 22:19:22 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-09-14 22:19:22 -0400 |
commit | e2b71d884139af902fc9b9222f5b55fe5a7a91ec (patch) | |
tree | f56bfffb62b21fa9dae69d1ebd4dd8bb509c4f8c /src/or/routerlist.h | |
parent | a445daf0cf7e7828aefacae1a11df5e76efacafa (diff) | |
parent | d9e05505606046afa8b346acac5f1e379e6f6e6d (diff) | |
download | tor-e2b71d884139af902fc9b9222f5b55fe5a7a91ec.tar.gz tor-e2b71d884139af902fc9b9222f5b55fe5a7a91ec.zip |
Merge branch 'bug911'
Diffstat (limited to 'src/or/routerlist.h')
-rw-r--r-- | src/or/routerlist.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/routerlist.h b/src/or/routerlist.h index e3e9ddd778..b53997ae8f 100644 --- a/src/or/routerlist.h +++ b/src/or/routerlist.h @@ -116,6 +116,7 @@ was_router_added_t router_add_to_routerlist(routerinfo_t *router, was_router_added_t router_add_extrainfo_to_routerlist( extrainfo_t *ei, const char **msg, int from_cache, int from_fetch); +void routerlist_descriptors_added(smartlist_t *sl, int from_cache); void routerlist_remove_old_routers(void); int router_load_single_router(const char *s, uint8_t purpose, int cache, const char **msg); |