Skip to content

Commit

Permalink
rpc: reserve number for --check-mounts feature
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Snorch authored and avagin committed Apr 9, 2019
1 parent e478c7b commit c039337
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/rpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c039337

Please sign in to comment.