Changes

7 bytes added ,  22:09, 10 April 2020
m
→‎Client: update RPC examples path
Line 239: Line 239:     
Client, in its turn, must connect to service socket, send <code>criu_req</code> with request in it, and wait for a <code>criu_resp</code> with response.
 
Client, in its turn, must connect to service socket, send <code>criu_req</code> with request in it, and wait for a <code>criu_resp</code> with response.
You can find examples of client programs in C and Python in test/rpc/.
+
You can find examples of client programs in C and Python in test/others/rpc/.
    
With RPC facilities one can perform a [[self dump]].
 
With RPC facilities one can perform a [[self dump]].
9

edits