mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-20 16:51:37 +00:00
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
8 lines
174 B
Protocol Buffer
8 lines
174 B
Protocol Buffer
import "fown.proto";
|
|
|
|
message eventfd_file_entry {
|
|
required uint32 id = 1;
|
|
required uint32 flags = 2;
|
|
required fown_entry fown = 3;
|
|
required uint64 counter = 4;
|
|
}
|