diff options
author | George Kadianakis <desnacked@gmail.com> | 2011-11-22 04:53:43 +0100 |
---|---|---|
committer | George Kadianakis <desnacked@gmail.com> | 2011-11-24 22:09:06 +0100 |
commit | 659381e00dc09deb4fb342d9f45cfae0b65aa33f (patch) | |
tree | 383ff1a6ec2575fb748bac94005e513171775d83 /src/or/or.h | |
parent | edec9409e85ba4a8b5d0575b23046d83d7562b87 (diff) | |
download | tor-659381e00dc09deb4fb342d9f45cfae0b65aa33f.tar.gz tor-659381e00dc09deb4fb342d9f45cfae0b65aa33f.zip |
Introduce the DynamicPrimes configuration option.
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 67ba62bdd6..b2ea3bc7a7 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -2873,6 +2873,8 @@ typedef struct { char *Address; /**< OR only: configured address for this onion router. */ char *PidFile; /**< Where to store PID of Tor process. */ + int DynamicPrimes; /**< Enable dynamic generation of primes for use in DH. */ + routerset_t *ExitNodes; /**< Structure containing nicknames, digests, * country codes and IP address patterns of ORs to * consider as exits. */ |