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
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2018-08-31 13:17:12 +0300
committerAndrei Vagin <avagin@gmail.com>2018-10-30 19:27:59 +0300
commit69f8594362c6989f56ccddceb816ae72f69b7b7d (patch)
tree46164a5772243f2cafe95aeedbd836b838589e05 /images/core.proto
parent3023f4f1c8aee087f1a2fb4361cf77cda658a6e4 (diff)
image: core -- Reserve tty fields
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
Diffstat (limited to 'images/core.proto')
-rw-r--r--images/core.proto3
1 files changed, 3 insertions, 0 deletions
diff --git a/images/core.proto b/images/core.proto
index ce25b0971..312a983f0 100644
--- a/images/core.proto
+++ b/images/core.proto
@@ -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 {