X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fjob_manager.h;h=7b48e79f232558a1d4cdc7151b53f38149de1249;hp=6802b511597586de15119df0656c11e6e7faf422;hb=e64cc1c9f007a2654c6f6cba7110584ed460da05;hpb=dc06f6e964fa3baffc72d6548e47974468f2939f 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> _jobs; std::list _connections;