From b51a444dd27ecb94a8c14a8a3e915f2114ff8d31 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 4 Aug 2004 05:10:49 +0000 Subject: commit some odds and ends, so my tree is clean svn:r2137 --- src/or/or.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/or/or.h') 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 */ -- cgit v1.2.3-54-g00ecf