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
diff options
context:
space:
mode:
authorPavel Tikhomirov <ptikhomirov@virtuozzo.com>2019-03-29 13:52:35 +0300
committerAndrei Vagin <avagin@gmail.com>2019-04-21 06:25:26 +0300
commit43095fad2f69cca09f8bdeb9cc4af22e603af7c1 (patch)
tree0ae36da184136a7925d573b0d06c7969440f0d45 /images/rpc.proto
parentcffeb263b7a79d6ff4c2f01e479365338f80307e (diff)
rpc: reserve number for --check-mounts feature
We want to commit --check-mounts feature to vz-criu. But to maintain image level compatibility between ms-criu and vz-criu one shouldn't use the same field id for different data. So add a comment that these id is reserved.
Diffstat (limited to 'images/rpc.proto')
-rw-r--r--images/rpc.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/images/rpc.proto b/images/rpc.proto
index e67471706..16c5d5028 100644
--- a/images/rpc.proto
+++ b/images/rpc.proto
@@ -114,6 +114,7 @@ message criu_opts {
optional string config_file = 51;
optional bool tcp_close = 52;
optional string lsm_profile = 53;
+/* optional bool check_mounts = 128; */
}
message criu_dump_resp {