From 6ee340fa32c42dfaa69604e67f9848c918675af7 Mon Sep 17 00:00:00 2001 From: pixel Date: Sun, 22 Apr 2007 00:34:09 +0000 Subject: Fixing timeouts causing issues with task deletions. --- include/Task.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/Task.h b/include/Task.h index 414ffa7..12c0587 100644 --- a/include/Task.h +++ b/include/Task.h @@ -67,6 +67,7 @@ class Task : public Base { bool stopped; bool suspended; Task * wbta; + Task * wta; }; #endif -- cgit v1.2.3