More reliable updater wake-up.
[dcpomatic.git] / src / lib / update.h
index a1aefd0a1477bb4b7063105010d5de8bfd61e5b8..c19173911e52fbd302794e01a933f22fc6c53f16 100644 (file)
@@ -84,4 +84,5 @@ private:
        boost::thread* _thread;
        boost::mutex _process_mutex;
        boost::condition _condition;
+       int _to_do;
 };