[CRIU] [PATCH 1/2] image: core -- Reserve tty fields
Cyrill Gorcunov
gorcunov at gmail.com
Fri Aug 31 13:17:12 MSK 2018
Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>
---
images/core.proto | 3 +++
1 file changed, 3 insertions(+)
diff --git a/images/core.proto b/images/core.proto
index ce25b09712ee..312a983f0efa 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 {
--
2.17.1
More information about the CRIU
mailing list