Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pagemap.proto « images - github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b492488c748b84ef7d6a237b8d8e08babf9e7084 (plain)
1
2
3
4
5
6
7
8
9
10
11
import "opts.proto";

message pagemap_head {
	required uint32 pages_id	= 1;
}

message pagemap_entry {
	required uint64 vaddr		= 1 [(criu).hex = true];
	required uint32 nr_pages	= 2;
	optional bool	in_parent	= 3;
}