mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-21 01:06:58 +00:00
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
11 lines
201 B
Protocol Buffer
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;
|
|
}
|