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

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

message fown_entry {
	required uint32		uid		= 1;
	required uint32		euid		= 2;
	required uint32		signum		= 3;
	required uint32		pid_type	= 4;
	required uint32		pid		= 5;
}