[or-cvs] ShutdownWaitLength should be an interval, not a uint

Roger Dingledine arma at seul.org
Sat Mar 12 20:16:54 UTC 2005


Update of /home2/or/cvsroot/tor/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/or

Modified Files:
	config.c 
Log Message:
ShutdownWaitLength should be an interval, not a uint


Index: config.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.322
retrieving revision 1.323
diff -u -d -r1.322 -r1.323
--- config.c	12 Mar 2005 20:13:38 -0000	1.322
+++ config.c	12 Mar 2005 20:16:52 -0000	1.323
@@ -165,7 +165,7 @@
   VAR("RecommendedVersions", LINELIST, RecommendedVersions,  NULL),
   VAR("RendNodes",           STRING,   RendNodes,            NULL),
   VAR("RendExcludeNodes",    STRING,   RendExcludeNodes,     NULL),
-  VAR("ShutdownWaitLength",  UINT,     ShutdownWaitLength,   "30"),
+  VAR("ShutdownWaitLength",  INTERVAL, ShutdownWaitLength,   "30 seconds"),
   VAR("SocksPort",           UINT,     SocksPort,            "9050"),
   VAR("SocksBindAddress",    LINELIST, SocksBindAddress,     NULL),
   VAR("SocksPolicy",         LINELIST, SocksPolicy,          NULL),



More information about the tor-commits mailing list