summaryrefslogtreecommitdiff
path: root/src/lib/update.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-07 19:15:56 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-07 19:15:56 +0000
commitc33e0fb07be8ffeeff4581aa07621aebd84c638a (patch)
tree6764f50930e19acdbc5fa22df604fd207e7827f4 /src/lib/update.h
parent16d5c07df7752d093df804d3f1141790f633c24b (diff)
More reliable updater wake-up.
Diffstat (limited to 'src/lib/update.h')
-rw-r--r--src/lib/update.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/update.h b/src/lib/update.h
index a1aefd0a1..c19173911 100644
--- a/src/lib/update.h
+++ b/src/lib/update.h
@@ -84,4 +84,5 @@ private:
boost::thread* _thread;
boost::mutex _process_mutex;
boost::condition _condition;
+ int _to_do;
};