diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-11-05 23:21:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-11-05 23:21:07 +0000 |
| commit | e8a6e330570b817c6c5fdfef0f508f2cbe0168ef (patch) | |
| tree | 22670f999547fc5f32f634d28a0ee971031c5611 /src/lib/encoder.h | |
| parent | e622a1400549cb7ac72c7352d2b7fbe1903d09dc (diff) | |
Add multiple threads for servers with multiple processing threads.
Diffstat (limited to 'src/lib/encoder.h')
| -rw-r--r-- | src/lib/encoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<const Film> _film; |
