criu/images/timerfd.proto
Cyrill Gorcunov 594fb52753 build: Move @protobuf dir into @images
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>
2016-02-15 15:32:27 +03:00

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