Line 7:
Line 7:
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.
−
=== criu_req ===
+
=== Request ===
+
==== criu_req ====
<pre>
<pre>
message criu_req {
message criu_req {
Line 48:
Line 49:
For other options description, please run "criu -h".
For other options description, please run "criu -h".
−
=== criu_resp ===
+
=== Response ===
+
==== criu_resp ====
<pre>message criu_resp {
<pre>message criu_resp {
required criu_req_type type = 1;
required criu_req_type type = 1;