2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 01:51:51 +00:00
criu/images/utsns.proto

9 lines
141 B
Protocol Buffer
Raw Normal View History

// SPDX-License-Identifier: MIT
syntax = "proto2";
message utsns_entry {
required string nodename = 1;
required string domainname = 2;
}