summaryrefslogtreecommitdiff
path: root/src/lib/encode_server.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-02-19 22:22:23 +0100
committerCarl Hetherington <cth@carlh.net>2020-02-19 22:22:23 +0100
commitf515b8daea9d28200be803bb64ff17e9f30343c4 (patch)
treed6b31353d8daa9452d9def043335280d7792b41d /src/lib/encode_server.h
parent5b1b70c86df7225a2a102bdde3b38ea591a6dcbb (diff)
Another macOS std::list boost::thread SNAFU.
Diffstat (limited to 'src/lib/encode_server.h')
-rw-r--r--src/lib/encode_server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/encode_server.h b/src/lib/encode_server.h
index 40e84ad60..91e007503 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<boost::thread> _worker_threads;
+ std::vector<boost::thread*> _worker_threads;
std::list<boost::shared_ptr<Socket> > _queue;
boost::condition _full_condition;
boost::condition _empty_condition;