summaryrefslogtreecommitdiff
path: root/src/or/or.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/or.h')
-rw-r--r--src/or/or.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/or/or.h b/src/or/or.h
index 088904a72f..3c3901d8ae 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -1432,9 +1432,6 @@ typedef struct {
} command;
const char *command_arg; /**< Argument for command-line option. */
- config_line_t *OldLogOptions; /**< List of configuration lines
- * for logfiles, old style. */
-
config_line_t *Logs; /**< New-style list of configuration lines
* for logs */
@@ -1608,9 +1605,6 @@ typedef struct {
uint64_t AccountingMax; /**< How many bytes do we allow per accounting
* interval before hibernation? 0 for "never
* hibernate." */
- int _AccountingMaxKB; /**< How many KB do we allow per accounting
- * interval before hibernation? 0 for "never
- * hibernate." (Based on a deprecated option)*/
char *HashedControlPassword; /**< Base64-encoded hash of a password for
* the control system. */