Line 78:
Line 78:
int criu_restore(void);
int criu_restore(void);
+
=== restore as child ===
+
This one is special. It will fork and exec criu swrk(Service WoRKer) to allow restoring process as a caller child. Calling "exec" implies some restrictions, as, for example, one should make sure, that criu binary is present in PATH and has [[Security suid bit]] set.
+
+
int criu_restore_child(void);
=== Return values ===
=== Return values ===