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

ns.proto « images - github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f053adce36420a45a30684a3f507524d50f24519 (plain)
1
2
3
4
5
6
message ns_file_entry {
	required uint32		id		= 1;
	required uint32		ns_id		= 2;
	required uint32		ns_cflag	= 3;
	required uint32		flags		= 4;
}