Changes

324 bytes added ,  19:43, 19 January 2015
add criu_restore_child()
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 ===
85

edits