mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 01:51:51 +00:00
5 lines
81 B
Protocol Buffer
5 lines
81 B
Protocol Buffer
|
message timeval {
|
||
|
required uint64 tv_sec = 1;
|
||
|
required uint64 tv_usec = 2;
|
||
|
}
|