summaryrefslogtreecommitdiff
path: root/src/lib/butler.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-08-20 12:01:34 +0100
committerCarl Hetherington <cth@carlh.net>2018-08-20 12:01:34 +0100
commita638a231d1cf8d04840b62354911520dab6fb6b3 (patch)
tree0a69b46481f8d1c098fc45431c9f24b5e232414f /src/lib/butler.h
parent2c0d0c5230addee44dc2cebd08d4f832550a3d6c (diff)
Allow nested butler suspensions.
Diffstat (limited to 'src/lib/butler.h')
-rw-r--r--src/lib/butler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/butler.h b/src/lib/butler.h
index 513176821..b10c93e79 100644
--- a/src/lib/butler.h
+++ b/src/lib/butler.h
@@ -83,7 +83,7 @@ private:
boost::condition _arrived;
boost::optional<DCPTime> _pending_seek_position;
bool _pending_seek_accurate;
- bool _suspended;
+ int _suspended;
bool _finished;
bool _died;
bool _stop_thread;