mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
cgroup: Remove redundant code that handles zombie tasks
Zombie tasks are dumped in dump_zombies() so it is redundant to handle them in dump_one_task(). Deprecate cg_set in task_core_entry as this field must be per thread now. Signed-off-by: Bui Quang Minh <minhquangbui99@gmail.com>
This commit is contained in:
parent
c1ae880eb4
commit
f5e0f641a8
3 changed files with 6 additions and 11 deletions
|
|
@ -40,6 +40,7 @@ message task_core_entry {
|
|||
optional task_timers_entry timers = 7;
|
||||
optional task_rlimits_entry rlimits = 8;
|
||||
|
||||
/* This is deprecated, should be per-thread */
|
||||
optional uint32 cg_set = 9;
|
||||
|
||||
optional signal_queue_entry signals_s = 10;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue