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

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

message sa_entry {
	required uint64	sigaction	= 1 [(criu).hex = true];
	required uint64	flags		= 2 [(criu).hex = true];
	required uint64	restorer	= 3 [(criu).hex = true];
	required uint64	mask		= 4 [(criu).hex = true];
}