2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 22:05:36 +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:
Ruslan Kuprieiev
2013-11-22 09:29:12 +04:00
committed by Pavel Emelyanov
parent 42bd5163df
commit b49d096016

View File

@@ -221,6 +221,8 @@ static int check(int sk)
{
CriuResp resp = CRIU_RESP__INIT;
resp.type = CRIU_REQ_TYPE__CHECK;
if (!cr_check())
resp.success = true;