2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-26 20:07:28 +00:00
criu/images/time.proto
Sebastian Pipping 78ab4a548f Add missing "proto2" syntax marker
.. to address protobuf 3.x proto-c warnings

Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
2016-07-07 12:38:39 +03:00

7 lines
101 B
Protocol Buffer

syntax = "proto2";
message timeval {
required uint64 tv_sec = 1;
required uint64 tv_usec = 2;
}