mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-19 09:35:12 +00:00
.. to address protobuf 3.x proto-c warnings Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
10 lines
263 B
Protocol Buffer
10 lines
263 B
Protocol Buffer
syntax = "proto2";
|
|
|
|
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];
|
|
}
|