mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-26 11:57:52 +00:00
5 lines
88 B
Protocol Buffer
5 lines
88 B
Protocol Buffer
message utsns_entry {
|
|
required string nodename = 1;
|
|
required string domainname = 2;
|
|
}
|