diff options
Diffstat (limited to 'src/or/or.h')
-rw-r--r-- | src/or/or.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h index 7a8d71547..be014fff9 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -416,6 +416,8 @@ typedef struct circuit_t circuit_t; typedef struct { char *LogLevel; + char *LogFile; + char *DebugLogFile; char *DataDirectory; char *RouterFile; char *Nickname; @@ -423,7 +425,6 @@ typedef struct { char *PidFile; char *ExitPolicy; double CoinWeight; - int Daemon; int ORPort; int APPort; int DirPort; @@ -432,6 +433,7 @@ typedef struct { int TrafficShaping; int LinkPadding; int IgnoreVersion; + int RunAsDaemon; int DirRebuildPeriod; int DirFetchPostPeriod; int KeepalivePeriod; |