mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +00:00
service: Add ghost limit setting from request
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
c5d485c94b
commit
61d00a140c
1 changed files with 3 additions and 0 deletions
|
|
@ -442,6 +442,9 @@ static int setup_opts_from_req(int sk, CriuOpts *req)
|
|||
if (req->has_ext_masters)
|
||||
opts.enable_external_masters = req->ext_masters;
|
||||
|
||||
if (req->has_ghost_limit)
|
||||
opts.ghost_limit = req->ghost_limit;
|
||||
|
||||
return 0;
|
||||
|
||||
err:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue