Welcome to mirror list, hosted at ThFree Co, Russian Federation.

time.proto « images - github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4bb2b94596f95eb79ad7a6582e095e53a7888fdb (plain)
1
2
3
4
5
6
syntax = "proto2";

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