From be3a4cbad2cdeef8a306180e7c867824f7f2f2af Mon Sep 17 00:00:00 2001 From: Pixel Date: Mon, 17 Oct 2011 21:19:25 -0700 Subject: Tweaking a bit the main event loop to simplify it. --- includes/TaskMan.h | 1 + 1 file changed, 1 insertion(+) (limited to 'includes') 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; }; }; -- cgit v1.2.3