From 08272671d2218eb69589a0639cbb61ef7cde3004 Mon Sep 17 00:00:00 2001 From: Cory Fields Date: Wed, 7 Feb 2018 18:33:20 -0500 Subject: boost: drop boost threads from torcontrol --- src/torcontrol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/torcontrol.h') diff --git a/src/torcontrol.h b/src/torcontrol.h index 20514f7bbf..2be6701fa5 100644 --- a/src/torcontrol.h +++ b/src/torcontrol.h @@ -13,7 +13,7 @@ extern const std::string DEFAULT_TOR_CONTROL; static const bool DEFAULT_LISTEN_ONION = true; -void StartTorControl(boost::thread_group& threadGroup, CScheduler& scheduler); +void StartTorControl(); void InterruptTorControl(); void StopTorControl(); -- cgit v1.2.3