This website requires JavaScript.
Explore
Help
Register
Sign In
mir
/
criu
Watch
2
Star
0
Fork
0
You've already forked criu
mirror of
https://github.com/checkpoint-restore/criu
synced
2025-08-22 01:51:51 +00:00
Code
Issues
Releases
Wiki
Activity
criu
/
images
/
utsns.proto
5 lines
88 B
Protocol Buffer
Raw
Normal View
History
Unescape
Escape
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
message
utsns_entry
{
proto: Align members and numbers We're aligning members and number in protobuf files from the very beginning for readability sake. So fix up newer ones which were not. Also use /* */ comments, not //. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
2014-02-01 12:27:00 +04:00
required
string
nodename
=
1
;
required
string
domainname
=
2
;
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
}
Reference in New Issue
Copy Permalink