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

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

message pipe_entry {
	required uint32		id		= 1;
	required uint32		pipe_id		= 2;
	required uint32		flags		= 3 [(criu).hex = true];
	required fown_entry	fown		= 4;
}