Line 27:
Line 27:
# A process tree has been read from a file.
# A process tree has been read from a file.
−
# Every process started with saved (i.e. original) '''$pid''' via <code>clone()</code> call.
+
# Every process started with saved (i.e. original) '''$pid''' (see [[Pid restore]]) via <code>clone()</code> call.
# Files and pipes are restored (by restored it's meant - they are opened and positioned).
# Files and pipes are restored (by restored it's meant - they are opened and positioned).
# A new memory map is created, filled with data the program had at checkpoint time.
# A new memory map is created, filled with data the program had at checkpoint time.