Make linked task failure work again

This commit is contained in:
Brian Anderson
2011-09-14 14:20:13 -07:00
parent c61f06fde9
commit 9505d70513
3 changed files with 14 additions and 4 deletions

View File

@@ -102,6 +102,8 @@ rust_task : public kernel_owned<rust_task>, rust_cond
// Indicates that the task ended in failure
bool failed;
// Indicates that the task was killed and needs to unwind
bool killed;
bool propagate_failure;
lock_and_signal lock;