diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-10-19 00:30:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-10-19 00:30:52 -0400 |
commit | 465d4e1cd10a995cff571b42b4f008811590c314 (patch) | |
tree | 7265957e1c41b7e9112eee6346835ff38cf24cd5 /src/or/routerlist.c | |
parent | 5ef97ddd42dfd51fc296bb51b612780aec09c5c7 (diff) | |
download | tor-465d4e1cd10a995cff571b42b4f008811590c314.tar.gz tor-465d4e1cd10a995cff571b42b4f008811590c314.zip |
Document some formerly undocumented functions.
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r-- | src/or/routerlist.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 0a32f78a69..77b8f1d9bf 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) { |