summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorKarsten Loesing <karsten.loesing@gmx.net>2010-08-15 14:58:35 +0200
committerKarsten Loesing <karsten.loesing@gmx.net>2010-12-03 16:47:52 +0100
commitf56529b4b2226f2fde1ff75ee222edccca9d1591 (patch)
tree70904ebf65aeaa836edff8664f34594d8531ec32 /src/or/or.h
parent5dfdf075ac0cb3df66443011d3faa2c95dc53629 (diff)
downloadtor-f56529b4b2226f2fde1ff75ee222edccca9d1591.tar.gz
tor-f56529b4b2226f2fde1ff75ee222edccca9d1591.zip
Call the new config option ConnDirectionStatistics.
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index c9e43fa15d..c5349aed55 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -2895,7 +2895,7 @@ typedef struct {
int ExitPortStatistics;
/** If true, the user wants us to collect connection statistics. */
- int ConnStatistics;
+ int ConnDirectionStatistics;
/** If true, the user wants us to collect cell statistics. */
int CellStatistics;