diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2010-08-02 15:06:14 +0200 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2010-12-03 16:47:51 +0100 |
commit | 5dfdf075ac0cb3df66443011d3faa2c95dc53629 (patch) | |
tree | 7bd0ca2f3b876499a6310740ef838bf74afaeced /src/or/or.h | |
parent | 520182579a4c186e94a1ada1d66c09c89ee3f3c4 (diff) | |
download | tor-5dfdf075ac0cb3df66443011d3faa2c95dc53629.tar.gz tor-5dfdf075ac0cb3df66443011d3faa2c95dc53629.zip |
Add metric on uni/bidirectional connection usage.
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 8110500b26..c9e43fa15d 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2894,6 +2894,9 @@ typedef struct { /** If true, the user wants us to collect statistics on port usage. */ int ExitPortStatistics; + /** If true, the user wants us to collect connection statistics. */ + int ConnStatistics; + /** If true, the user wants us to collect cell statistics. */ int CellStatistics; |