PIVX Core  5.6.99
P2P Digital Currency
torcontrol.h
Go to the documentation of this file.
1 // Copyright (c) 2015-2017 The Bitcoin Core developers
2 // Copyright (c) 2017-2020 The PIVX Core developers
3 // Distributed under the MIT software license, see the accompanying
4 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
5 
9 #ifndef PIVX_TORCONTROL_H
10 #define PIVX_TORCONTROL_H
11 
12 #include <string>
13 
14 extern const std::string DEFAULT_TOR_CONTROL;
15 static const bool DEFAULT_LISTEN_ONION = true;
16 
17 void StartTorControl();
18 void InterruptTorControl();
19 void StopTorControl();
20 
21 #endif // PIVX_TORCONTROL_H
const std::string DEFAULT_TOR_CONTROL
Functionality for communicating with Tor.
Definition: torcontrol.cpp:33
void StartTorControl()
Definition: torcontrol.cpp:744
void InterruptTorControl()
Definition: torcontrol.cpp:761
void StopTorControl()
Definition: torcontrol.cpp:771