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

4 lines
88 B
Protocol Buffer

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