Commit 61d00a14 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

service: Add ghost limit setting from request

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent c5d485c9
...@@ -442,6 +442,9 @@ static int setup_opts_from_req(int sk, CriuOpts *req) ...@@ -442,6 +442,9 @@ static int setup_opts_from_req(int sk, CriuOpts *req)
if (req->has_ext_masters) if (req->has_ext_masters)
opts.enable_external_masters = req->ext_masters; opts.enable_external_masters = req->ext_masters;
if (req->has_ghost_limit)
opts.ghost_limit = req->ghost_limit;
return 0; return 0;
err: err:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment