From: Mike Perry Date: Mon, 10 Dec 2012 08:36:10 +0000 (-0800) Subject: Add a missing comment. X-Git-Tag: tor-0.2.4.8-alpha~18^2~4 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=c1bc6a112498ba53243cfc8ec259a9e20124d86a;p=thirdparty%2Ftor.git Add a missing comment. --- diff --git a/src/or/circuitbuild.c b/src/or/circuitbuild.c index d39817c042..cc4379762d 100644 --- a/src/or/circuitbuild.c +++ b/src/or/circuitbuild.c @@ -1608,7 +1608,13 @@ pathbias_count_timeout(origin_circuit_t *circ) } } -// XXX: DOCDOC +/** + * Return the number of circuits counted as successfully closed for + * this guard. + * + * Also add in the currently open circuits to give them the benefit + * of the doubt. + */ double pathbias_get_closed_count(entry_guard_t *guard) {