Cleanup: rename _empty_condition -> _schedule_condition
[dcpomatic.git] / src / lib / job_manager.h
index 6802b511597586de15119df0656c11e6e7faf422..7b48e79f232558a1d4cdc7151b53f38149de1249 100644 (file)
@@ -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;