]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add a missing comment.
authorMike Perry <mikeperry-git@fscked.org>
Mon, 10 Dec 2012 08:36:10 +0000 (00:36 -0800)
committerMike Perry <mikeperry-git@fscked.org>
Mon, 10 Dec 2012 08:36:10 +0000 (00:36 -0800)
src/or/circuitbuild.c

index d39817c042b51a4994a79a704203026611e76c6c..cc4379762d84191b8a5a2685611c7229e24070d9 100644 (file)
@@ -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)
 {