2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

protobuf: Convert sk_packet_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 08:03:43 +04:00
committed by Pavel Emelyanov
parent 7818863ad0
commit 4d49125ff0
4 changed files with 48 additions and 40 deletions

View File

@@ -123,12 +123,6 @@ struct inet_sk_entry {
struct sk_opts_entry opts;
} __packed;
struct sk_packet_entry {
u32 id_for;
u32 length;
u8 data[0];
} __packed;
struct vma_entry {
u64 start;
u64 end;