2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 09:58:09 +00:00
criu/images/ext-file.proto

11 lines
159 B
Protocol Buffer
Raw Normal View History

// SPDX-License-Identifier: MIT
syntax = "proto2";
import "fown.proto";
message ext_file_entry {
required uint32 id = 1;
required fown_entry fown = 5;
}