diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/or/or.h b/src/or/or.h index f1f9d2515f..32f98ded92 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -101,8 +101,6 @@ #include "../common/log.h" #include "../common/util.h" -#define RECOMMENDED_SOFTWARE_VERSIONS "0.0.2pre13,0.0.2pre14" - #define MAXCONNECTIONS 1000 /* upper bound on max connections. can be lowered by config file */ @@ -438,6 +436,7 @@ typedef struct { char *SocksBindAddress; char *ORBindAddress; char *DirBindAddress; + char *RecommendedVersions; char *User; char *Group; double CoinWeight; @@ -457,7 +456,6 @@ typedef struct { int NewCircuitPeriod; int TotalBandwidth; int NumCpus; - int Role; int loglevel; } or_options_t; |