Changes

Jump to navigation Jump to search
2 bytes added ,  19:46, 20 December 2013
m
FIxed link
Line 17: Line 17:     
==Images==
 
==Images==
CRIU saves [images] in google protocol buffer format (PB format). We recomend to use this format for plugin images too.
+
CRIU saves [[images]] in google protocol buffer format (PB format). We recomend to use this format for plugin images too.
    
All images are saved in a specified directory and plugins can call ''criu_get_image_dir()'' to get the file descriptor on this directory. The file descriptor is used, because the directory can be unreachable by path. For example if processes are restored in a new mount namespace.
 
All images are saved in a specified directory and plugins can call ''criu_get_image_dir()'' to get the file descriptor on this directory. The file descriptor is used, because the directory can be unreachable by path. For example if processes are restored in a new mount namespace.

Navigation menu