mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 09:58:09 +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;
|
||
|
}
|