2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-29 05:18:00 +00:00
criu/protobuf/pagemap.proto

10 lines
173 B
Protocol Buffer
Raw Normal View History

message pagemap_head {
required uint32 pages_id = 1;
}
message pagemap_entry {
required uint64 vaddr = 1;
required uint32 nr_pages = 2;
optional bool in_parent = 3;
}