Commit 8c1a35b8 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

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: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent bc5fcaa7
......@@ -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;
......
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