mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-23 10:09:57 +00:00
But keep @protobuf as a symlink: we have this path encoded in sources. Gonna be removed with time. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
17 lines
418 B
Protocol Buffer
17 lines
418 B
Protocol Buffer
import "opts.proto";
|
|
import "fown.proto";
|
|
|
|
message timerfd_entry {
|
|
required uint32 id = 1;
|
|
required uint32 flags = 2 [(criu).hex = true];
|
|
required fown_entry fown = 3;
|
|
|
|
required uint32 clockid = 4;
|
|
required uint64 ticks = 5;
|
|
required uint32 settime_flags = 6 [(criu).hex = true];
|
|
|
|
required uint64 vsec = 7;
|
|
required uint64 vnsec = 8;
|
|
required uint64 isec = 9;
|
|
required uint64 insec = 10;
|
|
}
|