[CRIU] [PATCH 03/12] soccr/tcp: Add _pause and _resume to library and use it

Dmitry Safonov dsafonov at virtuozzo.com
Fri Aug 5 08:43:26 PDT 2016


On 08/05/2016 05:59 PM, Pavel Emelyanov wrote:
> The calls put socket into a mode where it can be saved or
> restored. Add take one out of this mode.
>
> TODO: In criu we turn repair off (resume the socket) from
> restorer blob that cannot use the library. Need to somehow
> fix it.
>
> Signed-off-by: Pavel Emelyanov <xemul at virtuozzo.com>

So, if we generate _static_ library for now -- is there an issue, that
prevents compiling it into restorer object blob? The size of library?

Or you prefer to make the library shared firstly and then to think what 
to do with dlopen() or how to compile it into the blob? What's the plan?
Or I didn't understand the issue correctly :)


More information about the CRIU mailing list