summaryrefslogtreecommitdiff
path: root/executor/xeCallQueue.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'executor/xeCallQueue.hpp')
-rw-r--r--executor/xeCallQueue.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/executor/xeCallQueue.hpp b/executor/xeCallQueue.hpp
index 94217e418..c88e66938 100644
--- a/executor/xeCallQueue.hpp
+++ b/executor/xeCallQueue.hpp
@@ -113,11 +113,13 @@ public:
Call* getEmptyCall (void);
void enqueue (Call* call);
void freeCall (Call* call);
+ void cancel (void);
private:
CallQueue (const CallQueue& other);
CallQueue& operator= (const CallQueue& other);
+ bool m_canceled;
de::Semaphore m_callSem;
de::Mutex m_lock;