mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 10:16:41 +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:
parent
0eb9cbdbf0
commit
67639620cb
1 changed files with 4 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue