Tor 0.4.9.3-alpha-dev
|
#include <config.h>
Data Fields | |
struct config_line_t * | cmdline_opts |
struct config_line_t * | other_opts |
tor_cmdline_mode_t | command |
const char * | command_arg |
quiet_level_t | quiet_level |
struct config_line_t* cmdline_opts |
List of options that can only be set from the command-line
Definition at line 194 of file config.h.
Referenced by config_parse_commandline(), options_init_from_torrc(), and parsed_cmdline_free_().
tor_cmdline_mode_t command |
Subcommand that Tor has been told to run
Definition at line 199 of file config.h.
Referenced by config_parse_commandline(), options_init_from_torrc(), and tor_init().
const char* command_arg |
Argument for the command mode, if any.
Definition at line 201 of file config.h.
Referenced by config_parse_commandline(), and options_init_from_torrc().
struct config_line_t* other_opts |
List of other options, to be handled by the general Tor configuration system.
Definition at line 197 of file config.h.
Referenced by config_parse_commandline(), options_init_from_string(), and parsed_cmdline_free_().
quiet_level_t quiet_level |
How quiet have we been told to be?
Definition at line 203 of file config.h.
Referenced by config_parse_commandline(), and tor_init().