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

import "fown.proto";

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