summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-10-17 21:19:25 -0700
committerPixel <pixel@nobis-crew.org>2011-10-17 21:19:25 -0700
commitbe3a4cbad2cdeef8a306180e7c867824f7f2f2af (patch)
treeafbd5ead652ec46ebbfb017636dd69ff75c76c62 /includes
parentfb01d48ff535d34773e57c2e779455fe0edb2007 (diff)
Tweaking a bit the main event loop to simplify it.
Diffstat (limited to 'includes')
-rw-r--r--includes/TaskMan.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/TaskMan.h b/includes/TaskMan.h
index fd00172..8144e93 100644
--- a/includes/TaskMan.h
+++ b/includes/TaskMan.h
@@ -36,6 +36,7 @@ class TaskMan {
Lock m_pendingLock;
volatile bool m_stopped;
struct ev_loop * m_loop;
+ bool m_allowedToSignal;
};
};