diff --git a/src/torcontrol.cpp b/src/torcontrol.cpp index 19e1b1a36..d24020e51 100644 --- a/src/torcontrol.cpp +++ b/src/torcontrol.cpp @@ -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() {