2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 22:05:36 +00:00

images: Reserve tty numbers in task_core_entry

We will need them to handle tty inheritance.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Cyrill Gorcunov
2017-07-18 22:57:54 +03:00
committed by Andrei Vagin
parent 0eb9cbdbf0
commit 67639620cb

View File

@@ -47,6 +47,10 @@ message task_core_entry {
optional int32 oom_score_adj = 14;
repeated sa_entry sigactions = 15;
// Reserved for TTY inheritance handling
// optional int32 tty_nr = 16;
// optional int32 tty_pgrp = 17;
}
message task_kobj_ids_entry {