mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 09:58:09 +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
@ -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…
x
Reference in New Issue
Block a user