2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-22 09:58:09 +00:00

inet: raw -- Reserve image members for sockets options

In vz7 we've a slightly different code base where fields
2 and 3 are already used. So lets reserve them and move
raw member to another number.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Signed-off-by: Andrei Vagin <avagin@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2018-09-25 19:20:05 +03:00 committed by Andrei Vagin
parent 4e1c7f5134
commit 0d6bc8d1fb

View File

@ -13,7 +13,8 @@ message ip_opts_raw_entry {
message ip_opts_entry { message ip_opts_entry {
optional bool freebind = 1; optional bool freebind = 1;
optional ip_opts_raw_entry raw = 2; // Fields 2 and 3 are reserved for vz7 use
optional ip_opts_raw_entry raw = 4;
} }
message inet_sk_entry { message inet_sk_entry {