diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-06-18 04:34:52 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-06-18 04:34:52 +0000 |
commit | ed174245c6700bc09af6ece7df2be36b032e163a (patch) | |
tree | 72ee6e75a5df7265a637e161da36fefdf2c284cc /src/or/or.h | |
parent | 2e5e2f946a62f6e6ba8f788d3571ffd9b56e7e9f (diff) | |
download | tor-ed174245c6700bc09af6ece7df2be36b032e163a.tar.gz tor-ed174245c6700bc09af6ece7df2be36b032e163a.zip |
implement more fine-tuning options for stats code
svn:r15345
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 ca3c4cd371..5affef5d97 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2396,6 +2396,9 @@ typedef struct { int BridgeRecordUsageByCountry; #ifdef ENABLE_GEOIP_STATS int DirRecordUsageByCountry; + int DirRecordUsageGranularity; + int DirRecordUsageRetainIPs; + int DirRecordUsageSaveInterval; #endif /** Optionally, a file with GeoIP data. */ |