summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-05-22 18:05:20 +0000
committerRoger Dingledine <arma@torproject.org>2004-05-22 18:05:20 +0000
commit994c9cbd7ec63c1a838f9c4af72baf85381f8e95 (patch)
treefacc9d765c340cec94afabf95733c82f8c22446d /src/or/or.h
parentf875db1821ba675c9e53ca100374403e9d0462d1 (diff)
downloadtor-994c9cbd7ec63c1a838f9c4af72baf85381f8e95.tar.gz
tor-994c9cbd7ec63c1a838f9c4af72baf85381f8e95.zip
commit two fixes from Thomas Themel
svn:r1918
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 46238f2cfa..7d46e902aa 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -761,8 +761,6 @@ typedef struct {
struct config_line_t *LogOptions; /**< List of configuration lines
* for logfiles */
- char *LogLevel; /**< Verbosity of log: minimal level of messages to report. */
- char *LogFile; /**< Where to send normal log messages. */
char *DebugLogFile; /**< Where to send verbose log messages. */
char *DataDirectory; /**< OR only: where to store long-term data. */
char *RouterFile; /**< Where to find starting list of ORs. */