浏览代码

Add a missing comment.

Mike Perry 13 年之前
父节点
当前提交
c1bc6a1124
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      src/or/circuitbuild.c

+ 7 - 1
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
 double
 pathbias_get_closed_count(entry_guard_t *guard)
 pathbias_get_closed_count(entry_guard_t *guard)
 {
 {