[or-cvs] we changed the name of AccountingBytesReadInInterval

arma at seul.org arma at seul.org
Tue Jan 10 23:27:01 UTC 2006


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

Modified Files:
	config.c 
Log Message:
we changed the name of AccountingBytesReadInInterval
change its state file description too


Index: config.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.485
retrieving revision 1.486
diff -u -p -d -r1.485 -r1.486
--- config.c	10 Jan 2006 22:42:44 -0000	1.485
+++ config.c	10 Jan 2006 23:26:59 -0000	1.486
@@ -272,7 +272,7 @@ static config_var_description_t options_
 };
 
 static config_var_description_t state_description[] = {
-  { "AccountingBytesReadInterval",
+  { "AccountingBytesReadInInterval",
     "How many bytes have we read in this accounting period?" },
   { "AccountingBytesWrittenInInterval",
     "How many bytes have we written in this accounting period?" },



More information about the tor-commits mailing list