criu/protobuf/sa.proto
Andrey Vagin 692ed6e1f4 protobuf: add [(criu).hex = true] for masks, flags, etc (v2)
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>
2015-01-27 16:06:59 +03:00

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];
}