diff options
author | George Kadianakis <desnacked@riseup.net> | 2017-07-21 15:53:17 +0300 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-08-08 20:29:34 -0400 |
commit | 6f046b2191ed1a10e9058fcc49491b8db5a96280 (patch) | |
tree | 9585a034ba00fec256a9c581f010e7357fb0de0a /src/or/or.h | |
parent | 2e5a2d64bd4d26323a226d1069b960b28bd25440 (diff) | |
download | tor-6f046b2191ed1a10e9058fcc49491b8db5a96280.tar.gz tor-6f046b2191ed1a10e9058fcc49491b8db5a96280.zip |
prop224: Use state file to save/load revision counters
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 09e58b7b18..d8aea38278 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -4626,6 +4626,9 @@ typedef struct { config_line_t *TransportProxies; + /** Cached revision counters for active hidden services on this host */ + config_line_t *HidServRevCounters; + /** These fields hold information on the history of bandwidth usage for * servers. The "Ends" fields hold the time when we last updated the * bandwidth usage. The "Interval" fields hold the granularity, in seconds, |