Commit c7975117 authored by Pavel Emelyanov's avatar Pavel Emelyanov

service: Add coment about cr_dump_task() scripts code propagation

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent fba791a6
......@@ -175,6 +175,12 @@ static int dump_using_req(int sk, CriuOpts *req)
goto exit;
}
/*
* FIXME -- cr_dump_tasks() may return code from custom
* scripts, that can be positive. However, right now we
* don't have ability to push scripts via RPC, so psitive
* ret values are impossible here.
*/
if (cr_dump_tasks(req->pid))
goto exit;
......
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