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: e0d141e6c62cd523350e3cc77941cd4c9df36178 (plain)
1
2
3
4
5
6
7
8
9
syntax = "proto2";

message siginfo_entry {
	required bytes siginfo = 1;
}

message signal_queue_entry {
	repeated siginfo_entry signals = 1;
}