2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-29 05:18:00 +00:00
criu/protobuf/signalfd.proto
Pavel Emelyanov 0401664144 signalfd: Add protobuf descriptions
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2012-08-02 12:24:27 +04:00

9 lines
171 B
Protocol Buffer

import "fown.proto";
message signalfd_entry {
required uint32 id = 1;
required uint32 flags = 2;
required fown_entry fown = 3;
required uint64 sigmask = 4;
};