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

10 lines
167 B
Protocol Buffer
Raw Normal View History

// SPDX-License-Identifier: MIT
syntax = "proto2";
message fs_entry {
required uint32 cwd_id = 1;
required uint32 root_id = 2;
optional uint32 umask = 3;
}