summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-06-18 04:34:52 +0000
committerNick Mathewson <nickm@torproject.org>2008-06-18 04:34:52 +0000
commited174245c6700bc09af6ece7df2be36b032e163a (patch)
tree72ee6e75a5df7265a637e161da36fefdf2c284cc /src/or/or.h
parent2e5e2f946a62f6e6ba8f788d3571ffd9b56e7e9f (diff)
downloadtor-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.h3
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. */