Tor 0.4.9.0-alpha-dev
Data Fields
tor_main_configuration_t Struct Reference

Data Fields

int argc
 
char ** argv
 
int argc_owned
 
char ** argv_owned
 
tor_socket_t owning_controller_socket
 

Detailed Description

Definition at line 19 of file tor_api_internal.h.

Field Documentation

◆ argc

int argc

As in main()

Definition at line 21 of file tor_api_internal.h.

Referenced by tor_main_configuration_set_command_line(), and tor_run_main().

◆ argc_owned

int argc_owned

As argc, but describes the number of elements in argv_owned

Definition at line 26 of file tor_api_internal.h.

Referenced by tor_main_configuration_free(), and tor_run_main().

◆ argv

char** argv

As in main(). This pointer is owned by the caller

Definition at line 23 of file tor_api_internal.h.

Referenced by tor_main_configuration_set_command_line().

◆ argv_owned

char** argv_owned

As argv, but is owned by the tor_main_configuration_t object.

Definition at line 28 of file tor_api_internal.h.

Referenced by tor_main_configuration_free().

◆ owning_controller_socket

tor_socket_t owning_controller_socket

Socket that Tor will use as an owning control socket. Owned.

Definition at line 31 of file tor_api_internal.h.

Referenced by tor_main_configuration_setup_control_socket().


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