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

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];
};