mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-25 03:18:36 +00:00
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
9 lines
166 B
Protocol Buffer
9 lines
166 B
Protocol Buffer
import "fown.proto";
|
|
|
|
message pipe_entry {
|
|
required uint32 id = 1;
|
|
required uint32 pipe_id = 2;
|
|
required uint32 flags = 3;
|
|
required fown_entry fown = 4;
|
|
}
|