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:
@@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user