diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2010-08-15 14:58:35 +0200 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2010-12-03 16:47:52 +0100 |
commit | f56529b4b2226f2fde1ff75ee222edccca9d1591 (patch) | |
tree | 70904ebf65aeaa836edff8664f34594d8531ec32 /src/or/or.h | |
parent | 5dfdf075ac0cb3df66443011d3faa2c95dc53629 (diff) | |
download | tor-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.h | 2 |
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; |