Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/images
diff options
context:
space:
mode:
authorPavel Tikhomirov <ptikhomirov@virtuozzo.com>2020-08-10 12:29:21 +0300
committerAndrei Vagin <avagin@gmail.com>2020-10-20 10:18:24 +0300
commitc0f3653108b22ef837f5dde4b2b55577f5d8945d (patch)
treeb54caef9ac21d97f316057eb96412577cbe89142 /images
parented74c9e05897b00abf3ea6b078aeda9f214056de (diff)
images: kindly ask not to use fields with id 18 in unix_sk_entry
The field id 18 is used in Virtuozzo criu in multiple releases, so that we can't change the id easily. So we can at least kindly ask not to use this field in mainstream criu to decrease the pain of Virtuozzo criu rebases. Reference to related patch in Virtuozzo criu: https://src.openvz.org/projects/OVZ/repos/criu/commits/58e61a20c22c#images/sk-unix.proto Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com>
Diffstat (limited to 'images')
-rw-r--r--images/sk-unix.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/images/sk-unix.proto b/images/sk-unix.proto
index c59644f6e..2a3a7cc32 100644
--- a/images/sk-unix.proto
+++ b/images/sk-unix.proto
@@ -51,4 +51,5 @@ message unix_sk_entry {
optional uint32 ns_id = 16;
optional sint32 mnt_id = 17 [default = -1];
+ /* Please, don't use field with number 18. */
}