2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

image: core -- Reserve tty fields

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Cyrill Gorcunov
2018-08-31 13:17:12 +03:00
committed by Andrei Vagin
parent 3023f4f1c8
commit 69f8594362

View File

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