mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
Make some global variables less-global (static)
This commit is contained in:
@@ -662,8 +662,8 @@ void TorController::reconnect_cb(evutil_socket_t fd, short what, void *arg)
|
||||
}
|
||||
|
||||
/****** Thread ********/
|
||||
struct event_base *gBase;
|
||||
boost::thread torControlThread;
|
||||
static struct event_base *gBase;
|
||||
static boost::thread torControlThread;
|
||||
|
||||
static void TorControlThread()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user