2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-09-01 06:45:35 +00:00

protobuf: Convert mnt_entry to PB engine

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Cyrill Gorcunov
2012-07-17 14:23:37 +04:00
committed by Pavel Emelyanov
parent 5fd0ace2c8
commit ca08ad53a6
4 changed files with 63 additions and 83 deletions

View File

@@ -184,18 +184,6 @@ struct ipc_sem_entry {
u8 pad[6];
} __packed;
struct mnt_entry {
u32 fstype;
u32 mnt_id;
u32 root_dev;
u32 root_dentry_len;
u32 parent_mnt_id;
u32 mountpoint_path_len;
u32 flags;
u32 source_len;
u32 options_len;
} __packed;
#define VMA_AREA_NONE (0 << 0)
#define VMA_AREA_REGULAR (1 << 0) /* Dumpable area */
#define VMA_AREA_STACK (1 << 1)