diff options
author | Bruce Montrose <montrose@itd.nrl.navy.mil> | 2002-07-11 18:38:16 +0000 |
---|---|---|
committer | Bruce Montrose <montrose@itd.nrl.navy.mil> | 2002-07-11 18:38:16 +0000 |
commit | 3ee59f23255469b35428168e377a827a9f3cb392 (patch) | |
tree | 52ef3ca800aa4cda521ca9e07049a236adfaa253 /src/or/or.h | |
parent | 4c65f3134019400105a9927b12b5a6f2eae4d362 (diff) | |
download | tor-3ee59f23255469b35428168e377a827a9f3cb392.tar tor-3ee59f23255469b35428168e377a827a9f3cb392.tar.gz |
added new option GlobalRole to getoptions()
svn:r41
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/or.h b/src/or/or.h index 610f760d2..c65195049 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -295,6 +295,7 @@ typedef struct int APPort; int MaxConn; int TrafficShaping; + int GlobalRole; int loglevel; } or_options_t; |