criu/lib/pycriu
Radostin Stoyanov 9885fb3c75 crit: fix incorrect task state decoding
CRIU defines the following constants for task state in compel/include/uapi/task-state.h

COMPEL_TASK_ALIVE = 0x01
COMPEL_TASK_STOPPED = 0x03
COMPEL_TASK_ZOMBIE = 0x06

Thus, we need to swap the values for "zombie" and "stopped" used in CRIT.

Signed-off-by: Radostin Stoyanov <rstoyanov@fedoraproject.org>
2026-01-12 18:49:12 -08:00
..
images crit: fix incorrect task state decoding 2026-01-12 18:49:12 -08:00
.gitignore lib: use separate packages for pycriu and crit 2023-11-27 16:47:16 -08:00
__init__.py pycriu: use explicit imports for __init__ 2025-11-05 15:41:35 -08:00
criu.py pycriu: set RPC opts for CHECK 2025-11-05 15:41:35 -08:00
Makefile lib: use separate packages for pycriu and crit 2023-11-27 16:47:16 -08:00