mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 01:51:51 +00:00
5 lines
84 B
Protocol Buffer
5 lines
84 B
Protocol Buffer
|
message fs_entry {
|
||
|
required uint32 cwd_id = 1;
|
||
|
required uint32 root_id = 2;
|
||
|
}
|