Commit 44faa25d authored by Pavel Emelyanov's avatar Pavel Emelyanov

rpc: Mark that dump-resp restore is in the message

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 4eb2872b
...@@ -69,6 +69,7 @@ int send_criu_dump_resp(int socket_fd, bool success, bool restored) ...@@ -69,6 +69,7 @@ int send_criu_dump_resp(int socket_fd, bool success, bool restored)
msg.success = success; msg.success = success;
msg.dump = &resp; msg.dump = &resp;
resp.has_restored = true;
resp.restored = restored; resp.restored = restored;
return send_criu_msg(socket_fd, &msg); return send_criu_msg(socket_fd, &msg);
......
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