Tor  0.4.7.0-alpha-dev
Data Fields
parsed_cmdline_t Struct Reference

#include <config.h>

Data Fields

struct config_line_tcmdline_opts
 
struct config_line_tother_opts
 
tor_cmdline_mode_t command
 
const char * command_arg
 
quiet_level_t quiet_level
 

Detailed Description

Options settings parsed from the command-line.

Definition at line 192 of file config.h.

Field Documentation

◆ cmdline_opts

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().

◆ command

Subcommand that Tor has been told to run

Definition at line 199 of file config.h.

Referenced by tor_init().

◆ command_arg

const char* command_arg

Argument for the command mode, if any.

Definition at line 201 of file config.h.

◆ other_opts

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.

◆ quiet_level

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().


The documentation for this struct was generated from the following file: