2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

Revert "ctrools: Rewrite task/threads stopping engine"

This reverts commit 6da51eee3f.

It breaks transition/file_read test case
This commit is contained in:
Cyrill Gorcunov
2012-02-01 19:00:53 +04:00
parent 57454c524b
commit 63b88720a3
9 changed files with 153 additions and 228 deletions

View File

@@ -317,10 +317,9 @@ struct core_entry {
};
} __packed;
#define TASK_SHOULD_BE_DEAD 0x0
#define TASK_ALIVE 0x1
#define TASK_DEAD 0x2
#define TASK_STOPPED 0x3 /* FIXME - implement */
#define TASK_ALIVE 0x1
#define TASK_DEAD 0x2
#define TASK_STOPPED 0x3 /* FIXME - implement */
#endif /* CONFIG_X86_64 */