criu/protobuf/fh.proto
Cyrill Gorcunov 28638b611c protobuf: Convert inotify data to protobuf engine
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2012-07-17 07:25:42 +04:00

11 lines
201 B
Protocol Buffer

enum fh_entry_sizes {
min_entries = 16;
}
message fh_entry {
required uint32 bytes = 1;
required uint32 type = 2;
/* The minimum is fh_n_handle repetitions */
repeated uint64 handle = 3;
}