mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-28 12:36:47 +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>
4 lines
81 B
Protocol Buffer
4 lines
81 B
Protocol Buffer
message timeval {
|
|
required uint64 tv_sec = 1;
|
|
required uint64 tv_usec = 2;
|
|
}
|