2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-26 11:57:52 +00:00
criu/protobuf/utsns.proto
Pavel Emelyanov 0c54b67b88 pb: Switch uts namespace image file to protobuf format
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2012-07-19 14:52:30 +04:00

5 lines
88 B
Protocol Buffer

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