criu/protobuf/eventfd.proto
Cyrill Gorcunov ca21674573 protobuf: Convert eventfd data to protobuf engine
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2012-07-17 07:24:54 +04:00

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;
}