[CRIU] [PATCH 04/11] tty: protobuf -- Add CONSOLE type
Cyrill Gorcunov
gorcunov at openvz.org
Mon Sep 29 09:25:30 PDT 2014
Will need to carry parameters of /dev/console (5,1) device.
This device won't have @pty member.
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
protobuf/tty.proto | 1 +
1 file changed, 1 insertion(+)
diff --git a/protobuf/tty.proto b/protobuf/tty.proto
index c9760a01851f..0fc53cea47b6 100644
--- a/protobuf/tty.proto
+++ b/protobuf/tty.proto
@@ -26,6 +26,7 @@ message tty_pty_entry {
enum TtyType {
UNKNOWN = 0;
PTY = 1;
+ CONSOLE = 2;
}
message tty_info_entry {
--
1.9.3
More information about the CRIU
mailing list