criu/protobuf/sa.proto
Cyrill Gorcunov 6b9d3affc9 protobuf: Convert sa_entry to PB format
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2012-07-18 16:25:06 +04:00

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