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

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

import "fown.proto";

message eventfd_file_entry {
	required uint32		id		= 1;
	required uint32		flags		= 2;
	required fown_entry	fown		= 3;
	required uint64		counter		= 4;
}