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: f83779ec4f99d0b9c57c3cb8f7db1fd2aaf076a9 (plain)
1
2
3
4
5
6
7
message fown_entry {
	required uint32		uid		= 1;
	required uint32		euid		= 2;
	required uint32		signum		= 3;
	required uint32		pid_type	= 4;
	required uint32		pid		= 5;
}