mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 01:51:51 +00:00
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
7 lines
143 B
Protocol Buffer
7 lines
143 B
Protocol Buffer
message itimer_entry {
|
|
required uint64 isec = 1;
|
|
required uint64 iusec = 2;
|
|
required uint64 vsec = 3;
|
|
required uint64 vusec = 4;
|
|
}
|