summaryrefslogtreecommitdiff
path: root/src/or/config.c
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2009-09-15 04:40:08 -0400
committerRoger Dingledine <arma@torproject.org>2009-09-15 04:40:08 -0400
commit40bcab1faf26dd26de48b5ea6c1846c562a11f9d (patch)
treebf9efa03125ade36b479340b7dc4648219838fdf /src/or/config.c
parent56c6d78520a98fb643e67b80b9192a2875f95e29 (diff)
downloadtor-40bcab1faf26dd26de48b5ea6c1846c562a11f9d.tar.gz
tor-40bcab1faf26dd26de48b5ea6c1846c562a11f9d.zip
ConsensusParams config option lists key=value params
finishes the authority-operator interface side of proposal 167.
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 0ec3990088..d830229d3b 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -168,6 +168,7 @@ static config_var_t _option_vars[] = {
V(CircuitIdleTimeout, INTERVAL, "1 hour"),
V(ClientDNSRejectInternalAddresses, BOOL,"1"),
V(ClientOnly, BOOL, "0"),
+ V(ConsensusParams, STRING, NULL),
V(ConnLimit, UINT, "1000"),
V(ConstrainedSockets, BOOL, "0"),
V(ConstrainedSockSize, MEMUNIT, "8192"),