Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pidns.proto « images - github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f7e92e3ecdc6704f758cc33f518d7a73d6b47ac5 (plain)
1
2
3
4
5
6
7
// SPDX-License-Identifier: MIT

syntax = "proto2";

message pidns_entry {
	optional string ext_key		= 1;
}