mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-01 14:55:39 +00:00
service: set CHECK type on check response
Signed-off-by: Ruslan Kuprieiev <kupruser@gmail.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
42bd5163df
commit
b49d096016
@@ -221,6 +221,8 @@ static int check(int sk)
|
|||||||
{
|
{
|
||||||
CriuResp resp = CRIU_RESP__INIT;
|
CriuResp resp = CRIU_RESP__INIT;
|
||||||
|
|
||||||
|
resp.type = CRIU_REQ_TYPE__CHECK;
|
||||||
|
|
||||||
if (!cr_check())
|
if (!cr_check())
|
||||||
resp.success = true;
|
resp.success = true;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user