Changes

Jump to navigation Jump to search
64 bytes added ,  19:22, 20 December 2013
Line 14: Line 14:  
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.
+
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.
    
== Callbacks ==
 
== Callbacks ==

Navigation menu