summaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2009-01-04 19:47:21 +0000
committerNick Mathewson <nickm@torproject.org>2009-01-04 19:47:21 +0000
commit92ce533f71428c324cadcd4e8feae933a8622a81 (patch)
tree3906afce8c442fa61420d8f9844b3b77c98bbd9a /src/or/routerlist.c
parent9c94b428d9f30f1c5a493856cfea293c634a3c9f (diff)
downloadtor-92ce533f71428c324cadcd4e8feae933a8622a81.tar.gz
tor-92ce533f71428c324cadcd4e8feae933a8622a81.zip
Another round of downgrading removing or postponing XXXX021 issues. Some remain, though.
svn:r17888
Diffstat (limited to 'src/or/routerlist.c')
-rw-r--r--src/or/routerlist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c
index f145d42232..4aa129c645 100644
--- a/src/or/routerlist.c
+++ b/src/or/routerlist.c
@@ -1719,7 +1719,7 @@ smartlist_choose_by_bandwidth(smartlist_t *sl, bandwidth_weight_rule_t rule,
}
}
- /* XXXX021 this is a kludge to expose these values. */
+ /* XXXX022 this is a kludge to expose these values. */
sl_last_total_weighted_bw = total_bw;
log_debug(LD_CIRC, "Total weighted bw = "U64_FORMAT
@@ -3081,7 +3081,7 @@ router_add_extrainfo_to_routerlist(extrainfo_t *ei, const char **msg,
int inserted;
(void)from_fetch;
if (msg) *msg = NULL;
- /*XXXX021 Do something with msg */
+ /*XXXX022 Do something with msg */
inserted = extrainfo_insert(router_get_routerlist(), ei);