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

12 lines
224 B
Protocol Buffer
Raw Permalink Normal View History

// SPDX-License-Identifier: MIT
syntax = "proto2";
message fown_entry {
required uint32 uid = 1;
required uint32 euid = 2;
required uint32 signum = 3;
required uint32 pid_type = 4;
required uint32 pid = 5;
}