mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-19 09:35:12 +00:00
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
6 lines
141 B
Protocol Buffer
6 lines
141 B
Protocol Buffer
message sa_entry {
|
|
required uint64 sigaction = 1;
|
|
required uint64 flags = 2;
|
|
required uint64 restorer = 3;
|
|
required uint64 mask = 4;
|
|
}
|