summaryrefslogtreecommitdiff
path: root/src/or/config.c
diff options
context:
space:
mode:
authorKarsten Loesing <karsten.loesing@gmx.net>2009-08-14 15:30:24 +0200
committerKarsten Loesing <karsten.loesing@gmx.net>2009-08-17 13:30:10 +0200
commit9179bcb923f150ed2a3e62ab816709d7b0177f05 (patch)
treef27e2d0eaaa03c20daa2164cc02ba2eafb6fe343 /src/or/config.c
parentd97e95cb6242b94002854055a08c3190e731139b (diff)
downloadtor-9179bcb923f150ed2a3e62ab816709d7b0177f05.tar.gz
tor-9179bcb923f150ed2a3e62ab816709d7b0177f05.zip
Include contents of *-stats files in descriptor.
Diffstat (limited to 'src/or/config.c')
-rw-r--r--src/or/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/config.c b/src/or/config.c
index 89c94b1997..7b3f0ad07f 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -208,6 +208,7 @@ static config_var_t _option_vars[] = {
V(ExitPolicy, LINELIST, NULL),
V(ExitPolicyRejectPrivate, BOOL, "1"),
V(ExitPortStatistics, BOOL, "0"),
+ V(ExtraInfoStatistics, BOOL, "0"),
V(FallbackNetworkstatusFile, FILENAME,
SHARE_DATADIR PATH_SEPARATOR "tor" PATH_SEPARATOR "fallback-consensus"),
V(FascistFirewall, BOOL, "0"),