From ea6b2dae46caa1da829fbf499e83cd6ae3b3773a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 30 Jan 2020 22:54:38 +0100 Subject: Various thread cleanups. --- src/lib/encode_server.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/lib/encode_server.h') diff --git a/src/lib/encode_server.h b/src/lib/encode_server.h index 14dc77398..40e84ad60 100644 --- a/src/lib/encode_server.h +++ b/src/lib/encode_server.h @@ -54,7 +54,7 @@ private: void broadcast_thread (); void broadcast_received (); - std::vector _worker_threads; + std::vector _worker_threads; std::list > _queue; boost::condition _full_condition; boost::condition _empty_condition; @@ -64,12 +64,11 @@ private: struct Broadcast { Broadcast () - : thread (0) - , socket (0) + : socket (0) {} boost::mutex mutex; - boost::thread* thread; + boost::thread thread; boost::asio::ip::udp::socket* socket; char buffer[64]; boost::asio::ip::udp::endpoint send_endpoint; -- cgit v1.2.3