mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-22 17:49:13 +00:00
Will need it to carry timerfd entries. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
16 lines
357 B
Protocol Buffer
16 lines
357 B
Protocol Buffer
import "fown.proto";
|
|
|
|
message timerfd_entry {
|
|
required uint32 id = 1;
|
|
required uint32 flags = 2;
|
|
required fown_entry fown = 3;
|
|
|
|
required uint32 clockid = 4;
|
|
required uint64 ticks = 5;
|
|
required uint32 settime_flags = 6;
|
|
|
|
required uint64 vsec = 7;
|
|
required uint64 vnsec = 8;
|
|
required uint64 isec = 9;
|
|
required uint64 insec = 10;
|
|
}
|