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

ext-file.proto « images - github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 82b1b689eac55a99bd16a8e352aa278dd2794b10 (plain)
1
2
3
4
5
6
import "fown.proto";

message ext_file_entry {
	required uint32		id	= 1;
	required fown_entry	fown	= 5;
}