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

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

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