[CRIU] Process Migration using Sockets v3 - Patch 2/2
Pavel Emelyanov
xemul at parallels.com
Thu Nov 19 05:37:27 PST 2015
On 11/04/2015 03:20 PM, Rodrigo Bruno wrote:
> Hi,
>
> here goes the second part of the patch.
>
> Main changes regarding the previous version:
>
> - Images are forwarded from Image Proxy to Image Cache using only one TCP
> connection that can be given from opts structure;
>
> - Both Image Cache and Image Proxy only open one UNIX socket for CRIU. This
> socket can be used to read, write, or append images;
>
> - changed file names
> image-proxy.c -> img-proxy.c,
> image-cache.c -> img-cache.c
> image-remote-pvt.c -> img-remote-proto.c
> include/image-remote-pvt.h -> include/img-remote-proto.h
>
> - remove the use of typedefs.
>
> I also revised all the code trying to make it more readable.
This patch looks OK at the first glance, modulo style checks performed
by Linux's checkpatch.pl script :)
-- Pavel
More information about the CRIU
mailing list