summaryrefslogtreecommitdiff
path: root/src/Task.cc
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-10-14 10:08:26 -0700
committerPixel <pixel@nobis-crew.org>2011-10-14 10:15:34 -0700
commitae657c4c8358b66d1ef867b8f90b1eaebaaa71ea (patch)
tree4fea229168e4d44b4716b423c858797327034a0e /src/Task.cc
parent20124b259c408a3ad4427df5176553298907106c (diff)
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.
Diffstat (limited to 'src/Task.cc')
-rw-r--r--src/Task.cc1
1 files changed, 1 insertions, 0 deletions
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() {