Commit 69f85943 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Andrei Vagin

image: core -- Reserve tty fields

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 3023f4f1
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment