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

fs.proto « images - github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5b940a1c1a1fbc0189ab3c9ecfafcc7f52342b0d (plain)
1
2
3
4
5
6
7
syntax = "proto2";

message fs_entry {
	required uint32		cwd_id		= 1;
	required uint32		root_id		= 2;
	optional uint32		umask		= 3;
}