From ae657c4c8358b66d1ef867b8f90b1eaebaaa71ea Mon Sep 17 00:00:00 2001 From: Pixel Date: Fri, 14 Oct 2011 10:08:26 -0700 Subject: Further tweaks to the Task class: now a Task can declare being smart, and say it's okay to get a EAgain exception, if the operation is interruptible. --- src/Task.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Task.cc') diff --git a/src/Task.cc b/src/Task.cc index f7645e6..d31f4e0 100644 --- a/src/Task.cc +++ b/src/Task.cc @@ -22,6 +22,7 @@ Balau::Task::Task() { m_status = STARTING; m_loop = NULL; + m_okayToEAgain = false; } Balau::Task::~Task() { -- cgit v1.2.3