Tor
0.4.7.0-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 options_init_from_torrc().
tor_cmdline_mode_t command |
Subcommand that Tor has been told to run
Definition at line 199 of file config.h.
Referenced by tor_init().
const char* command_arg |
struct config_line_t* other_opts |
quiet_level_t quiet_level |
How quiet have we been told to be?
Definition at line 203 of file config.h.
Referenced by tor_init().