[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] we changed the name of AccountingBytesReadInInterval
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?" },