criu/protobuf/fs.proto
Pavel Emelyanov d703f8260e fs: Support umask dump/restore
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>
2013-01-10 12:48:31 +03:00

5 lines
114 B
Protocol Buffer

message fs_entry {
required uint32 cwd_id = 1;
required uint32 root_id = 2;
optional uint32 umask = 3;
}