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:
committed by
Pavel Emelyanov
parent
7818863ad0
commit
4d49125ff0
@@ -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;
|
||||
|
Reference in New Issue
Block a user