mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-29 04:50:26 +00:00
v2: fix mm.proto too Signed-off-by: Andrey Vagin <avagin@openvz.org> Acked-by: Ruslan Kuprieiev <kupruser@gmail.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
8 lines
243 B
Protocol Buffer
8 lines
243 B
Protocol Buffer
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];
|
|
}
|