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: 5ff0001652dda6941e5a6961713529f8a402a96a (plain)
1
2
3
4
5
6
7
8
syntax = "proto2";

message ns_file_entry {
	required uint32		id		= 1;
	required uint32		ns_id		= 2;
	required uint32		ns_cflag	= 3;
	required uint32		flags		= 4;
}