Commit 9a8475ae authored by Pavel Emelyanov's avatar Pavel Emelyanov

image: Stopped tasks are supported, fix comments

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent e42a486f
......@@ -56,7 +56,7 @@
#define TASK_ALIVE 0x1
#define TASK_DEAD 0x2
#define TASK_STOPPED 0x3 /* FIXME - implement */
#define TASK_STOPPED 0x3
#define TASK_HELPER 0x4
#define CR_PARENT_LINK "parent"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment