2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 14:25:49 +00:00

tty: proto -- Add comments on some fields

Actually these @locked and @packet_mode are
valid for unix98 ptys only so since moving
them into @tty_pty_entry is impossible at
least lets comment this.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Cyrill Gorcunov
2014-10-06 17:15:48 +04:00
committed by Pavel Emelyanov
parent bc5fcaa777
commit 8c1a35b8d5

View File

@@ -33,9 +33,9 @@ message tty_info_entry {
required TtyType type = 2;
required bool locked = 3;
required bool locked = 3; /* Unix98 PTY only */
required bool exclusive = 4;
required bool packet_mode = 5;
required bool packet_mode = 5; /* Unix98 PTY only */
required uint32 sid = 6;
required uint32 pgrp = 7;