mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-03 15:55:53 +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:
committed by
Pavel Emelyanov
parent
bc5fcaa777
commit
8c1a35b8d5
@@ -33,9 +33,9 @@ message tty_info_entry {
|
|||||||
|
|
||||||
required TtyType type = 2;
|
required TtyType type = 2;
|
||||||
|
|
||||||
required bool locked = 3;
|
required bool locked = 3; /* Unix98 PTY only */
|
||||||
required bool exclusive = 4;
|
required bool exclusive = 4;
|
||||||
required bool packet_mode = 5;
|
required bool packet_mode = 5; /* Unix98 PTY only */
|
||||||
|
|
||||||
required uint32 sid = 6;
|
required uint32 sid = 6;
|
||||||
required uint32 pgrp = 7;
|
required uint32 pgrp = 7;
|
||||||
|
Reference in New Issue
Block a user