Changes

7 bytes removed ,  13:29, 12 July 2017
m
Line 21: Line 21:  
=== Protocol Buffers ===
 
=== Protocol Buffers ===
   −
CRIU uses the [https://developers.google.com/protocol-buffers/ Google Protocol Buffers] to read and write [[images]]. The <code>protoc</code> tool is used at build time and CRIU is linked with the <code>libprotobuf-c.so</code>. Also [[CRIT]] uses python Python
+
CRIU uses the [https://developers.google.com/protocol-buffers/ Google Protocol Buffers] to read and write [[images]]. The <code>protoc</code> tool is used at build time and CRIU is linked with the <code>libprotobuf-c.so</code>. Also [[CRIT]] uses python  bindings and the <code>descriptor.proto</code> file which typically provided by a distribution's protobuf development package.
  bindings and the <code>descriptor.proto</code> file which typically provided by a distribution's protobuf development package.
      
; RPM packages
 
; RPM packages