mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-23 02:17:22 +00:00
6 lines
114 B
Protocol Buffer
6 lines
114 B
Protocol Buffer
|
message ghost_file_entry {
|
||
|
required uint32 uid = 1;
|
||
|
required uint32 gid = 2;
|
||
|
required uint32 mode = 3;
|
||
|
}
|