summaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-12-17 17:20:42 +0000
committerNick Mathewson <nickm@torproject.org>2008-12-17 17:20:42 +0000
commitf43bcdc063b486516187715bb0205e3c154497db (patch)
tree8157de32e728e85a663bd0e46ed06920c6488b38 /src/or/dirserv.c
parentfc5e686b197b350b0e5eab7e7f355a226125d834 (diff)
downloadtor-f43bcdc063b486516187715bb0205e3c154497db.tar.gz
tor-f43bcdc063b486516187715bb0205e3c154497db.zip
Use ctags and a python script to find identifiers that are never used anywhere, and remove the ones that we really want gone.
svn:r17651
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r--src/or/dirserv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c
index 8540d818f8..c5b3b79da3 100644
--- a/src/or/dirserv.c
+++ b/src/or/dirserv.c
@@ -1606,6 +1606,7 @@ should_generate_v2_networkstatus(void)
#define UPTIME_TO_GUARANTEE_STABLE (3600*24*30)
/** If a router's MTBF is at least this value, then it is always stable.
* See above. (Corresponds to about 7 days for current decay rates.) */
+/*XXXX021 Never actually used! */
#define MTBF_TO_GUARANTEE_STABLE (60*60*24*5)
/** Similarly, we protect sufficiently fast nodes from being pushed
* out of the set of Fast nodes. */