mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 09:58:09 +00:00
6 lines
75 B
Protocol Buffer
6 lines
75 B
Protocol Buffer
|
syntax = "proto2";
|
||
|
|
||
|
message pidns_entry {
|
||
|
optional string ext_key = 1;
|
||
|
}
|