mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
crit: show dead task_state
In some cases, CRIU can observe tasks that exit during checkpointing, and sets the state of these tasks to COMPEL_TASK_DEAD. This patch adds a string representation of this value that can be used by CRIT when decoding the images. Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
This commit is contained in:
parent
acf7fb4461
commit
c5491f229a
1 changed files with 1 additions and 0 deletions
|
|
@ -154,6 +154,7 @@ flags_maps = {
|
|||
gen_maps = {
|
||||
'task_state': {
|
||||
1: 'Alive',
|
||||
2: 'Dead',
|
||||
3: 'Stopped',
|
||||
6: 'Zombie',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue