summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-09-21 14:29:59 -0400
committerNick Mathewson <nickm@torproject.org>2010-09-21 14:29:59 -0400
commite476ffc2ba1423bf9a51a124bc4de9aba4eda120 (patch)
tree4f3825e62fed5696b8bbf04568fd601ef31811dd /src/or/or.h
parentfb34c66e83790bf03b163555128565823a3e58fe (diff)
parent9cba61eb8c76480316fb149b1a90ef3abb6818fb (diff)
downloadtor-e476ffc2ba1423bf9a51a124bc4de9aba4eda120.tar.gz
tor-e476ffc2ba1423bf9a51a124bc4de9aba4eda120.zip
Merge branch 'bug1789'
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 3c109738d7..6332de83a1 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -2831,6 +2831,9 @@ typedef struct {
uint64_t AccountingBytesReadInInterval;
uint64_t AccountingBytesWrittenInInterval;
int AccountingSecondsActive;
+ int AccountingSecondsToReachSoftLimit;
+ time_t AccountingSoftLimitHitAt;
+ uint64_t AccountingBytesAtSoftLimit;
uint64_t AccountingExpectedUsage;
/** A list of Entry Guard-related configuration lines. */