Commit 43095fad authored by Pavel Tikhomirov's avatar Pavel Tikhomirov Committed by Andrei Vagin

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.
parent cffeb263
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment