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

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

message utsns_entry {
	required string nodename	= 1;
	required string domainname	= 2;
}