2
0
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:
Cyrill Gorcunov 2015-08-10 17:20:51 +03:00 committed by Pavel Emelyanov
parent c5d485c94b
commit 61d00a140c

View File

@ -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: