2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 01:51:51 +00:00
criu/images/timens.proto

13 lines
227 B
Protocol Buffer
Raw Permalink Normal View History

// SPDX-License-Identifier: MIT
syntax = "proto2";
message timespec {
required uint64 tv_sec = 1;
required uint64 tv_nsec = 2;
}
message timens_entry {
required timespec monotonic = 1;
required timespec boottime = 2;
}