mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
Allow passing --display_stats via RPC.
Signed-off-by: Michał Cłapiński <mclapinski@google.com> Signed-off-by: Michał Mirosław <emmir@google.com>
This commit is contained in:
parent
0e88a91ff0
commit
1e5ebec39d
2 changed files with 4 additions and 0 deletions
|
|
@ -141,6 +141,7 @@ message criu_opts {
|
|||
optional bool skip_file_rwx_check = 66;
|
||||
optional bool unprivileged = 67;
|
||||
optional bool leave_stopped = 69;
|
||||
optional bool display_stats = 70;
|
||||
/* optional bool check_mounts = 128; */
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue