mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-22 09:39:13 +00:00
This one is bound to task's fs info (with cwd and root) thus put it in the fs.img file. Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
5 lines
114 B
Protocol Buffer
5 lines
114 B
Protocol Buffer
message fs_entry {
|
|
required uint32 cwd_id = 1;
|
|
required uint32 root_id = 2;
|
|
optional uint32 umask = 3;
|
|
}
|