Changes

Jump to navigation Jump to search
79 bytes added ,  14:23, 1 December 2014
Line 2: Line 2:     
== Protobuf messages ==
 
== Protobuf messages ==
criu_req/criu_resp -- wrappers for requests/responses. They are to be used for transferring messages and needed to provide compatibility with an older versions of rpc. Field type in them _must_ be set accordingly to type of request/response that is stored. Types of request/response are defined in enum criu_req_type.
+
criu_req/criu_resp -- wrappers for requests/responses. They are to be used for transferring messages and needed to provide compatibility with an older versions of rpc. Field type in them ''must'' be set accordingly to type of request/response that is stored. Types of request/response are defined in enum criu_req_type. See the [[api compiance]] page for information what each option might mean.
    
=== Request ===
 
=== Request ===
Line 161: Line 161:  
}
 
}
 
</pre>
 
</pre>
 +
 
== Run ==
 
== Run ==
 
=== Server ===
 
=== Server ===

Navigation menu