mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-25 03:18:36 +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;
|
||
|
}
|