[or-cvs] r11463: trivial doxygen thing (tor/trunk/src/or)

arma at seul.org arma at seul.org
Mon Sep 17 21:59:07 UTC 2007


Author: arma
Date: 2007-09-17 17:59:07 -0400 (Mon, 17 Sep 2007)
New Revision: 11463

Modified:
   tor/trunk/src/or/dirserv.c
Log:
trivial doxygen thing


Modified: tor/trunk/src/or/dirserv.c
===================================================================
--- tor/trunk/src/or/dirserv.c	2007-09-17 21:58:52 UTC (rev 11462)
+++ tor/trunk/src/or/dirserv.c	2007-09-17 21:59:07 UTC (rev 11463)
@@ -1502,7 +1502,7 @@
  * network using allegedly high-uptime nodes, displacing all the
  * current guards. */
 #define UPTIME_TO_GUARANTEE_STABLE (3600*24*30)
-/* If a router's MTBF is at least this value, then it is always stable.
+/** If a router's MTBF is at least this value, then it is always stable.
  * See above. */
 #define MTBF_TO_GUARANTEE_STABLE (60*60*24*10)
 /** Similarly, we protect sufficiently fast nodes from being pushed



More information about the tor-commits mailing list