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: bcf1134b4feae988e9ada3f82fa2a3948e349063 (plain)
1
2
3
4
message rlimit_entry {
	required uint64		cur = 1;
	required uint64		max = 2;
}