aboutsummaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-10-19 00:30:52 -0400
committerNick Mathewson <nickm@torproject.org>2009-10-19 00:30:52 -0400
commit465d4e1cd10a995cff571b42b4f008811590c314 (patch)
tree7265957e1c41b7e9112eee6346835ff38cf24cd5 /src/or/routerlist.c
parent5ef97ddd42dfd51fc296bb51b612780aec09c5c7 (diff)
downloadtor-465d4e1cd10a995cff571b42b4f008811590c314.tar
tor-465d4e1cd10a995cff571b42b4f008811590c314.tar.gz
Document some formerly undocumented functions.
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r--src/or/routerlist.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index 0a32f78a6..77b8f1d9b 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -5034,7 +5034,9 @@ routerset_parse(routerset_t *target, const char *s, const char *description)
return r;
}
-/** DOCDOC */
+/** Called when we change a node set, or when we reload the geoip list:
+ * recompute all country info in all configuration node sets and in the
+ * routerlist. */
void
refresh_all_country_info(void)
{