diff options
author | George Kadianakis <desnacked@riseup.net> | 2017-08-03 15:52:01 +0300 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-08-08 20:29:34 -0400 |
commit | 706392e6b5967c8a7766a6b68b2428a17c1bbe8f (patch) | |
tree | 15b2ecd52f22fecfe79453dc093a53957a7e26db /src/or/or.h | |
parent | 3ce69a58ce908ea88443c1321a7e4378f059a897 (diff) | |
download | tor-706392e6b5967c8a7766a6b68b2428a17c1bbe8f.tar.gz tor-706392e6b5967c8a7766a6b68b2428a17c1bbe8f.zip |
Make HidServRevCounter be a LINELIST as it should.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index d8aea38278..14dd4e0d63 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -4627,7 +4627,7 @@ typedef struct { config_line_t *TransportProxies; /** Cached revision counters for active hidden services on this host */ - config_line_t *HidServRevCounters; + config_line_t *HidServRevCounter; /** These fields hold information on the history of bandwidth usage for * servers. The "Ends" fields hold the time when we last updated the |