diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-12-25 00:54:41 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-12-25 00:54:41 +0100 |
| commit | e64cc1c9f007a2654c6f6cba7110584ed460da05 (patch) | |
| tree | a68d06a6faf14c24599da9b2b5cb8db7729d46f3 /src/lib/job_manager.h | |
| parent | dc06f6e964fa3baffc72d6548e47974468f2939f (diff) | |
Cleanup: rename _empty_condition -> _schedule_condition
Diffstat (limited to 'src/lib/job_manager.h')
| -rw-r--r-- | src/lib/job_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/job_manager.h b/src/lib/job_manager.h index 6802b5115..7b48e79f2 100644 --- a/src/lib/job_manager.h +++ b/src/lib/job_manager.h @@ -99,7 +99,7 @@ private: void job_finished (); mutable boost::mutex _mutex; - boost::condition _empty_condition; + boost::condition _schedule_condition; /** List of jobs in the order that they will be executed */ std::list<std::shared_ptr<Job>> _jobs; std::list<boost::signals2::connection> _connections; |
