Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/images
diff options
context:
space:
mode:
authorBui Quang Minh <minhquangbui99@gmail.com>2022-11-03 18:04:53 +0300
committerAndrei Vagin <avagin@gmail.com>2022-11-12 04:35:34 +0300
commit52435d72b8bb205ec7ccfb8a988b01c9b20c3cc1 (patch)
tree54101ed6a8dcef5dae17554bed3de8aee97c7ef2 /images
parent614fb7de02f72a486c532b2124a4334de3c307e5 (diff)
cgroup: Remove redundant code that handles zombie tasksHEADcriu-dev
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>
Diffstat (limited to 'images')
-rw-r--r--images/core.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/images/core.proto b/images/core.proto
index 1ee32bfda..bc8b7a488 100644
--- a/images/core.proto
+++ b/images/core.proto
@@ -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;