Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <scheduler.h>
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... | |
void InterruptTorControl | ( | ) |
void StartTorControl | ( | boost::thread_group & | threadGroup, |
CScheduler & | scheduler | ||
) |
Definition at line 743 of file torcontrol.cpp.
void StopTorControl | ( | ) |
const std::string DEFAULT_TOR_CONTROL |
Functionality for communicating with Tor.
Functionality for communicating with Tor.
Definition at line 31 of file torcontrol.cpp.