mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-11 15:48:05 +00:00
Make some global variables less-global (static)
This commit is contained in:
parent
bb2aaeeeea
commit
c4b60b3d9c
@ -662,8 +662,8 @@ void TorController::reconnect_cb(evutil_socket_t fd, short what, void *arg)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/****** Thread ********/
|
/****** Thread ********/
|
||||||
struct event_base *gBase;
|
static struct event_base *gBase;
|
||||||
boost::thread torControlThread;
|
static boost::thread torControlThread;
|
||||||
|
|
||||||
static void TorControlThread()
|
static void TorControlThread()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user