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

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

message rlimit_entry {
	required uint64		cur = 1;
	required uint64		max = 2;
}