From e8a6e330570b817c6c5fdfef0f508f2cbe0168ef Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 5 Nov 2013 23:21:07 +0000 Subject: Add multiple threads for servers with multiple processing threads. --- src/lib/encoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/encoder.h') diff --git a/src/lib/encoder.h b/src/lib/encoder.h index e799c8469..9fcba560f 100644 --- a/src/lib/encoder.h +++ b/src/lib/encoder.h @@ -86,7 +86,7 @@ private: void terminate_threads (); void broadcast_thread (); void listen_thread (); - void add_worker_thread (ServerDescription); + void add_worker_threads (ServerDescription); /** Film that we are encoding */ boost::shared_ptr _film; -- cgit v1.2.3