Dogecoin Core  1.14.2
P2P Digital Currency
Functions | Variables
torcontrol.h File Reference
#include "scheduler.h"
Include dependency graph for torcontrol.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void StartTorControl (boost::thread_group &threadGroup, CScheduler &scheduler)
 
void InterruptTorControl ()
 
void StopTorControl ()
 

Variables

const std::string DEFAULT_TOR_CONTROL
 Functionality for communicating with Tor. More...
 

Function Documentation

◆ InterruptTorControl()

void InterruptTorControl ( )

Definition at line 706 of file torcontrol.cpp.

Here is the caller graph for this function:

◆ StartTorControl()

void StartTorControl ( boost::thread_group &  threadGroup,
CScheduler scheduler 
)

Definition at line 689 of file torcontrol.cpp.

Here is the call graph for this function:

◆ StopTorControl()

void StopTorControl ( )

Definition at line 714 of file torcontrol.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ DEFAULT_TOR_CONTROL

const std::string DEFAULT_TOR_CONTROL
extern

Functionality for communicating with Tor.

Functionality for communicating with Tor.

Definition at line 33 of file torcontrol.cpp.