From eb15be3d4563ebdf6c4642a92eacc7e5a693f938 Mon Sep 17 00:00:00 2001 From: Mike Perry Date: Mon, 4 Feb 2013 17:03:48 -0800 Subject: [PATCH] Mention a trac ticket relevant to an XXX comment. --- src/or/circuitbuild.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index 7c46f5fbfd..b9a4f89030 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -2460,7 +2460,7 @@ pathbias_measure_close_rate(entry_guard_t *guard) * * XXX: The attempt count transfer stuff here might be done * better by keeping separate pending counters that get - * transfered at circuit close. + * transfered at circuit close. See ticket #8160. */ static void pathbias_scale_close_rates(entry_guard_t *guard) @@ -2506,7 +2506,7 @@ pathbias_scale_close_rates(entry_guard_t *guard) * * XXX: The attempt count transfer stuff here might be done * better by keeping separate pending counters that get - * transfered at circuit close. + * transfered at circuit close. See ticket #8160. */ void pathbias_scale_use_rates(entry_guard_t *guard)