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

siginfo.proto « images - github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c3630f9c00f66d3ac32518f1fc254f943807da8d (plain)
1
2
3
4
5
6
7
message siginfo_entry {
	required bytes siginfo = 1;
}

message signal_queue_entry {
	repeated siginfo_entry signals = 1;
}