![]() |
Dash Core
0.12.2.1
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 |
static const bool | DEFAULT_LISTEN_ONION = true |
void InterruptTorControl | ( | ) |
Definition at line 686 of file torcontrol.cpp.
Referenced by Interrupt().
void StartTorControl | ( | boost::thread_group & | threadGroup, |
CScheduler & | scheduler | ||
) |
Definition at line 669 of file torcontrol.cpp.
Referenced by AppInit2().
void StopTorControl | ( | ) |
Definition at line 694 of file torcontrol.cpp.
Referenced by Shutdown().
|
static |
Definition at line 14 of file torcontrol.h.
Referenced by AppInit2(), and HelpMessage().
const std::string DEFAULT_TOR_CONTROL |
Functionality for communicating with Tor.
Default control port
Definition at line 29 of file torcontrol.cpp.
Referenced by HelpMessage(), and TorControlThread().