mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Add missing " in AccountingMax comment in or.h
This commit is contained in:
+1
-1
@@ -3808,7 +3808,7 @@ typedef struct {
|
||||
* hibernate." */
|
||||
/** How do we determine when our AccountingMax has been reached?
|
||||
* "max" for when in or out reaches AccountingMax
|
||||
* "sum for when in plus out reaches AccountingMax */
|
||||
* "sum" for when in plus out reaches AccountingMax */
|
||||
char *AccountingRule_option;
|
||||
enum { ACCT_MAX, ACCT_SUM } AccountingRule;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user