From 61d00a140c767e2b6af4f27829478f289c8a81f3 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Mon, 10 Aug 2015 17:20:51 +0300 Subject: [PATCH] service: Add ghost limit setting from request Signed-off-by: Cyrill Gorcunov Signed-off-by: Pavel Emelyanov --- cr-service.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cr-service.c b/cr-service.c index d892b18f2..0a9900404 100644 --- a/cr-service.c +++ b/cr-service.c @@ -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: