summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-08-04 05:10:49 +0000
committerRoger Dingledine <arma@torproject.org>2004-08-04 05:10:49 +0000
commitb51a444dd27ecb94a8c14a8a3e915f2114ff8d31 (patch)
treeaf9a28b016af7f156c8eae6cc39e56c74070e63c /src/or/or.h
parent75684a48d53df1a82081ee2455509c05ee3d0d7e (diff)
downloadtor-b51a444dd27ecb94a8c14a8a3e915f2114ff8d31.tar.gz
tor-b51a444dd27ecb94a8c14a8a3e915f2114ff8d31.zip
commit some odds and ends, so my tree is clean
svn:r2137
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 34290e4542..167b6d86a3 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -869,6 +869,8 @@ typedef struct {
int NumCpus; /**< How many CPUs should we try to use? */
int RunTesting; /**< If true, create testing circuits to measure how well the
* other ORs are running. */
+ struct config_line_t *TrustedDirs; /**< List of fingerprints of keys that are
+ allowed to sign directories. */
struct config_line_t *RendConfigLines; /**< List of configuration lines
* for rendezvous services. */
char *ContactInfo; /** Contact info to be published in the directory */