diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-06-10 21:02:33 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-06-14 22:57:00 +0200 |
| commit | b3f89e0e3984142bd24f907e7cedd06446a381a2 (patch) | |
| tree | 16d0515adfe2bf7f5af8f0bdc54e815a5d6e9f19 | |
| parent | 452c05c72fcc95e47e479a46c043756c1cc070e3 (diff) | |
Fix comment.
| -rw-r--r-- | src/lib/butler.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/butler.h b/src/lib/butler.h index a4c946491..3fe2fb252 100644 --- a/src/lib/butler.h +++ b/src/lib/butler.h @@ -113,8 +113,10 @@ private: dcpomatic::io_context _prepare_context; boost::optional<dcpomatic::work_guard> _prepare_work; - /** mutex to protect _pending_seek_position, _pending_seek_accurate, _finished, _died, _stop_thread */ boost::mutex _mutex; + /** mutex to protect _pending_seek_position, _pending_seek_accurate, _suspended, + * _finished, _died, _died_message, _stop_thread. + */ boost::condition _summon; boost::condition _arrived; boost::optional<dcpomatic::DCPTime> _pending_seek_position; |
