mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
we changed the name of AccountingBytesReadInInterval
change its state file description too svn:r5785
This commit is contained in:
parent
72277b1507
commit
8f271f2f5a
@ -272,7 +272,7 @@ static config_var_description_t options_description[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static config_var_description_t state_description[] = {
|
static config_var_description_t state_description[] = {
|
||||||
{ "AccountingBytesReadInterval",
|
{ "AccountingBytesReadInInterval",
|
||||||
"How many bytes have we read in this accounting period?" },
|
"How many bytes have we read in this accounting period?" },
|
||||||
{ "AccountingBytesWrittenInInterval",
|
{ "AccountingBytesWrittenInInterval",
|
||||||
"How many bytes have we written in this accounting period?" },
|
"How many bytes have we written in this accounting period?" },
|
||||||
|
Loading…
Reference in New Issue
Block a user